Alokai

CustomerInterestsSearchPage

Customer interests search page CustomerInterestsSearchPage

export interface CustomerInterestsSearchPage {
	'pagination'?: Pagination;
	'results'?: Array<ProductInterestRelation>;
	'sorts'?: Array<Sort>;
}

Properties

NameRequiredTypeDescription
paginationOptionalPagination{Pagination} CustomerInterestsSearchPage
resultsOptionalArray<ProductInterestRelation>List of product interest relation {Array<ProductInterestRelation>} CustomerInterestsSearchPage
sortsOptionalArray<Sort>Sorting information {Array<Sort>} CustomerInterestsSearchPage

Referenced Types

On this page