very basic synthesizedFolder

This commit is contained in:
fyears
2024-03-30 03:30:18 +08:00
parent c37bf6aedd
commit 791c0e8df6
4 changed files with 67 additions and 6 deletions
+1
View File
@@ -204,6 +204,7 @@ export interface Entity {
sizeRaw: number;
hash?: string;
etag?: string;
synthesizedFolder?: boolean;
}
export interface UploadedType {