Cleanup and federation prep

This commit is contained in:
Zef Hemel
2023-07-30 08:56:44 +02:00
parent fe4887dc78
commit afa160d2c2
7 changed files with 98 additions and 32 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ export type FileMeta = {
contentType: string;
size: number;
perm: "ro" | "rw";
neverSync?: boolean;
noSync?: boolean;
} & Record<string, any>;