Interface DidDeleteSuccessEvent

interface DidDeleteSuccessEventSanitised {
    category: "did";
    data: {
        isDeleted: boolean;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "did"
data: {
    isDeleted: boolean;
}

Type declaration

  • isDeleted: boolean
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"