import { MetaWithFacets } from './MetaWithFacets'; /** * @typeParam TItem represents the type for each item in the list */ export interface ListPageWithFacets { Items?: TItem[]; Meta?: MetaWithFacets; }