Create base Google Drive Helper (#12)
Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/12 Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
parent
c706737369
commit
c2c2998fe8
5 changed files with 291 additions and 3 deletions
4
src/contracts/IGDriveFolderListing.ts
Normal file
4
src/contracts/IGDriveFolderListing.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default interface IGDriveFolderListing {
|
||||
id: string,
|
||||
name: string,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue