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