interface IInput { data: { checksum_sha256: string; content_base64: string; coopname: string; item_hash?: null | string; kind: ExpenseFileKind; mime_type: string; original_filename?: null | string; proposal_hash: string; size_bytes: number; }; } Properties
data
data: { checksum_sha256: string; content_base64: string; coopname: string; item_hash?: null | string; kind: ExpenseFileKind; mime_type: string; original_filename?: null | string; proposal_hash: string; size_bytes: number; } Type declaration
checksum_sha256: string
content_base64: string
coopname: string
Optional item_hash?: null | string
mime_type: string
Optional original_filename?: null | string
proposal_hash: string
size_bytes: number
SHA-256 содержимого, hex-lowercase (64 hex-символа).