@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias CachedAdminTransactionSearch

    Cached value shape for the admin transaction search.

    type CachedAdminTransactionSearch = {
        hasNext: boolean;
        items: CachedAdminTransaction[];
        total: number;
    }
    Index
    hasNext: boolean
    total: number