Type Alias: DocumentMetadataResponse
type DocumentMetadataResponse = object;
Information about the document that is returned in responses.
Properties
contentType
contentType: string;
The content type of the document.
customProperties
customProperties: object;
Custom properties of the document.
Index Signature
[key: string]: unknown
expiresAt
expiresAt: string | null;
The date and time when the document expires.
fileName
fileName: string;
The name of the file.
processDefinitionId
processDefinitionId: ProcessDefinitionId | null;
The ID of the process definition that created the document.
processInstanceKey
processInstanceKey: ProcessInstanceKey | null;
The key of the process instance that created the document.
size
size: number;
The size of the document in bytes.