Fixed filename

This commit is contained in:
Geomitron
2020-05-04 18:48:10 -04:00
parent a3271bf164
commit 87ef111195
4 changed files with 265 additions and 120 deletions

View File

@@ -53,7 +53,7 @@ export interface DriveSource {
export interface DriveFile {
id: string
originalFilename: string
name: string
mimeType: string
webContentLink: string
modifiedTime: string