fix: make some changes

This commit is contained in:
Max Richter
2025-10-21 19:38:33 +02:00
parent 97f9b0cbf7
commit 11795d336e
29 changed files with 222 additions and 45 deletions

View File

@@ -5,7 +5,7 @@ export type MemoriumFile = {
modTime: string;
mime: string;
size: string;
content: unknown;
content: any;
};
export type MemoriumDir = {