interface CredentialCompactSemanticQrcodeCreateStartEventSanitised {
    category: "credential-compact-semantic";
    data: {
        payload: undefined;
        width: undefined | number;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-compact-semantic"
data: {
    payload: string;
    width: undefined | number;
}

Type declaration

  • Sanitisation Level PII payload: string
  • width: undefined | number
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"