UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 188 B
import { Meta } from './Meta'; /** * @typeParam TItem represents the type for each item in the list */ export interface ListPage<TItem> { Items?: TItem[]; Meta?: Meta; }