CustomerInterestsSearchPage
Customer interests search page CustomerInterestsSearchPage
export interface CustomerInterestsSearchPage {
'pagination'?: Pagination;
'results'?: Array<ProductInterestRelation>;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Optional | Pagination | {Pagination} CustomerInterestsSearchPage |
results | Optional | Array<ProductInterestRelation> | List of product interest relation {Array<ProductInterestRelation>} CustomerInterestsSearchPage |
sorts | Optional | Array<Sort> | Sorting information {Array<Sort>} CustomerInterestsSearchPage |