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

    Type Alias CachedTransactionSearch

    Cached value shape for the customer transaction search.

    type CachedTransactionSearch = {
        hasNext: boolean;
        items: CachedTransaction[];
        total: number;
    }
    Index
    hasNext: boolean
    total: number