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;
|
size: number;
|
||||||
md5: string;
|
md5: string;
|
||||||
blurhash: string;
|
blurhash: string;
|
||||||
|
comment: string;
|
||||||
properties: Record<string, any>;
|
properties: Record<string, any>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue