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