ordercloud-javascript-sdk
    Preparing search index...

    Interface ListPageWithFacets<TItem, TFacetsXp>

    interface ListPageWithFacets<TItem, TFacetsXp = any> {
        Items?: TItem[];
        Meta?: MetaWithFacets<TFacetsXp>;
    }

    Type Parameters

    • TItem

      represents the type for each item in the list

    • TFacetsXp = any
    Index
    Items?: TItem[]