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:
Norm 2022-07-22 01:36:45 +00:00
commit ea2f56f86e
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ export type DriveFile = {
size: number;
md5: string;
blurhash: string;
comment: string;
properties: Record<string, any>;
};