This commit is contained in:
2025-11-16 00:39:37 +01:00
parent d0379c57ce
commit 7e0768a09a
3 changed files with 98 additions and 37 deletions
@@ -8,6 +8,7 @@ interface DocumentPageMetadata {
interface DocumentVersion {
size_bytes?: number | string | null;
metadata?: DocumentPageMetadata | null;
checksum?: string | null;
}
interface TagEntry {
@@ -21,6 +22,7 @@ interface CorrespondentEntry {
export interface SummaryDocument {
title?: string | null;
original_name?: string | null;
filename?: string | null;
content_type?: string | null;
current_version?: DocumentVersion | null;
created_at?: string | null;