Interface CredentialWebSemanticRevocationMessagePayloadCreateStartEvent
interface CredentialWebSemanticRevocationMessagePayloadCreateStartEvent { category: "credential-web-semantic"; data: { credentialId: string; from: undefined | string; to: string[]; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } 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
category: "credential-web-semantic"
Sanitisation Level DATA
data
data: {
credentialId: string;
from: undefined | string;
to: string[];
}
Type declaration
credentialId: string
from: undefined | string
to: string[]
requestId
requestId: string
timestamp
timestamp: number