Interface EcosystemConfigUpdateSuccessEvent
interface EcosystemConfigUpdateSuccessEvent { category: "ecosystem"; data: { ecosystems: { url: string; }[]; isIssuanceRestricted: boolean; isVerificationRestricted: boolean; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface EcosystemConfigUpdateSuccessEventSanitised { category: "ecosystem"; data: { ecosystems: { url: string; }[]; isIssuanceRestricted: boolean; isVerificationRestricted: boolean; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA
data
data: {
ecosystems: {
url: string;
}[];
isIssuanceRestricted: boolean;
isVerificationRestricted: boolean;
}
Type declaration
ecosystems: {
url: string;
}[]
isIssuanceRestricted: boolean
isVerificationRestricted: boolean
requestId
requestId: string
timestamp
timestamp: number