Poq.SDK.Node

Home > @poq/sdk > PredictiveSearchResponse > (constructor)

PredictiveSearchResponse.(constructor)

Constructs a new instance of the PredictiveSearchResponse class

Signature:

constructor(params: {
        categories: ProductCategory[];
    });

Parameters

Parameter Type Description
params { categories: ProductCategory[]; }