interface CredentialCompactSemanticPdfTemplateCreateStartEventSanitised {
    category: "credential-compact-semantic";
    clientId: undefined | string;
    id: string;
    managementUserId: undefined | string;
    requestId: string;
    requestIp: undefined | string;
    tenantId: string;
    timestamp: number;
    type: "CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_CREATE_START";
    version: "1";
}

Properties

category: "credential-compact-semantic"
clientId: undefined | string
id: string
managementUserId: undefined | string
requestId: string
requestIp: undefined | string
tenantId: string
timestamp: number
type: "CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_CREATE_START"
version: "1"