Type Alias: DocumentReference
type DocumentReference = object;
Properties
camunda.document.type
camunda.document.type: "camunda";
Document discriminator. Always set to "camunda".
contentHash
contentHash: string | null;
The hash of the document.
documentId
documentId: DocumentId;
The ID of the document.
metadata
metadata: DocumentMetadataResponse;
storeId
storeId: string;
The ID of the document store.