Interface CredentialCompactPdfTemplateRetrieveListStartEvent

interface CredentialCompactPdfTemplateRetrieveListStartEventSanitised {
    category: "credential-compact";
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-compact"
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"