Interface MobileCredentialStatusListSignerRetrieveListStartEvent
interface MobileCredentialStatusListSignerRetrieveListStartEventSanitised { category: "mobile-credential"; data: { cursor: undefined | string; limit: number; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA
data
data: {
cursor: undefined | string;
limit: number;
}
Type declaration
cursor: undefined | string
limit: number
requestId
requestId: string
timestamp
timestamp: number