Home > @poq/sdk > CatalogueReview > (constructor)
Constructs a new instance of the CatalogueReview class
Signature:
constructor(params?: {
        rating?: number;
        count?: number;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { rating?: number; count?: number; } | (Optional) |