forked from FoundKeyGang/FoundKey
Merge pull request 'fix: Add comment property to DriveFile' (#46) from archaeme/patch-1 into develop
Reviewed-on: norm/foundkey.js#46
This commit is contained in:
commit
ea2f56f86e
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ export type DriveFile = {
|
|||
size: number;
|
||||
md5: string;
|
||||
blurhash: string;
|
||||
comment: string;
|
||||
properties: Record<string, any>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue