This commit is contained in:
2025-11-22 14:43:05 +01:00
parent 5498cf4342
commit 530218a4b8
9 changed files with 38 additions and 40 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ export interface DocumentVersionResponse {
size_bytes: number;
checksum: string;
created_at: string;
content_type: string | null;
mime_type?: string | null;
metadata: Record<string, unknown>;
download: DownloadLink;
assets?: AssetResponse[] | null;
@@ -44,7 +44,7 @@ export interface DocumentResponse {
filename: string;
title: string;
original_name: string;
content_type?: string | null;
mime_type?: string | null;
folder_id?: string | null;
created_at: string;
updated_at: string;