Workspaces refactor #86

Merged
norm merged 189 commits from refactor/workspaces into main 2022-08-28 14:46:45 +00:00
Showing only changes of commit 28f244479c - Show all commits

View file

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