Interface MobileCredentialStatusListSignerRetrieveListSuccessEvent

interface MobileCredentialStatusListSignerRetrieveListSuccessEventSanitised {
    category: "mobile-credential";
    data: {
        entriesCount: number;
        nextCursor: undefined | string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "mobile-credential"
data: {
    entriesCount: number;
    nextCursor: undefined | string;
}

Type declaration

  • entriesCount: number
  • nextCursor: undefined | string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"