fix: Add comment property to DriveFile #46

Merged
archaeme merged 1 commit from archaeme/patch-1 into develop 2022-07-22 01:36:46 +00:00

View file

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