Workspaces refactor #86
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