Interface CredentialCompactSemanticQrcodeCreateSuccessEvent
interface CredentialCompactSemanticQrcodeCreateSuccessEvent { category: "credential-compact-semantic"; data: { errorCorrectionLevel: string; generatedWidth: number; mimeType: string; version: number; width: undefined | number; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticQrcodeCreateSuccessEventSanitised { category: "credential-compact-semantic"; data: { errorCorrectionLevel: string; generatedWidth: number; mimeType: string; version: number; width: undefined | number; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-compact-semantic"
Sanitisation Level DATA
data
data: {
errorCorrectionLevel: string;
generatedWidth: number;
mimeType: string;
version: number;
width: undefined | number;
}
Type declaration
errorCorrectionLevel: string
generatedWidth: number
mimeType: string
version: number
width: undefined | number
requestId
requestId: string
timestamp
timestamp: number