Home > @poq/sdk > SearchResponse > (constructor)
Constructs a new instance of the SearchResponse
class
Signature:
constructor(params: {
listings: SearchResponseProductListing[];
pagination: ResponsePagination;
filters: SearchResponseFilter[];
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { listings: SearchResponseProductListing[]; pagination: ResponsePagination; filters: SearchResponseFilter[]; customData?: Record<string, unknown>; } |