ordercloud-javascript-sdk
    Preparing search index...

    Interface ListPage<TItem>

    interface ListPage<TItem> {
        Items?: TItem[];
        Meta?: Meta;
    }

    Type Parameters

    • TItem

      represents the type for each item in the list

    Index
    Items?: TItem[]
    Meta?: Meta