Interface MobileCredentialStatusListRetrieveListSuccessEvent
interface MobileCredentialStatusListRetrieveListSuccessEvent { category: "mobile-credential"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialStatusListRetrieveListSuccessEventSanitised { category: "mobile-credential"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA
data
data: {
entriesCount: number;
nextCursor: undefined | string;
}
Type declaration
entriesCount: number
nextCursor: undefined | string
requestId
requestId: string
timestamp
timestamp: number