UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

8 lines (7 loc) 203 B
import { ListFacetValue } from './ListFacetValue'; export interface ListFacet<TListFacetXp = any> { Name?: string; XpPath?: string; Values?: ListFacetValue[]; xp?: TListFacetXp; }