feat: cloud storage updates, claims storage, appointment and insurance routes

This commit is contained in:
Gitead
2026-04-27 00:29:11 -04:00
parent 3e899376c3
commit da7038e051
8 changed files with 138 additions and 95 deletions

View File

@@ -50,6 +50,7 @@ export type ClaimFileMeta = {
id?: number;
filename: string;
mimeType?: string | null;
filePath?: string;
};
//used in claim-form