Interface CredentialWebSemanticRevocationMessagePayloadCreateStartEventSanitised

interface CredentialWebSemanticRevocationMessagePayloadCreateStartEventSanitised {
    category: "credential-web-semantic";
    data: {
        credentialId: string;
        from: undefined | string;
        to: string[];
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-web-semantic"
data: {
    credentialId: string;
    from: undefined | string;
    to: string[];
}

Type declaration

  • credentialId: string
  • from: undefined | string
  • to: string[]
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"