Home > @poq/sdk-sfcc > CategoryResult > (constructor)
Constructs a new instance of the CategoryResult
class
Signature:
constructor(params?: {
count?: number;
data?: Array<Category>;
total?: number;
});
Parameter | Type | Description |
---|---|---|
params | { count?: number; data?: Array<Category>; total?: number; } | (Optional) |