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