Type alias CPHCMSSubmissionEvent
CPHCMSSubmissionEvent: FormEventBase & { configuration: PDFConfiguration & { categories?: { id: string; name: string; }[]; contentTypeName: string; encryptPdf?: boolean; encryptedElementIds?: string[]; notificationElementId?: string; tags?: string[]; }; type: "CP_HCMS"; } Type declaration
configuration: PDFConfiguration & {
categories?: {
id: string;
name: string;
}[];
contentTypeName: string;
encryptPdf?: boolean;
encryptedElementIds?: string[];
notificationElementId?: string;
tags?: string[];
}
type: "CP_HCMS"