mimetype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user