Home > @poq/sdk > Review > (constructor)
Constructs a new instance of the Review
class
Signature:
constructor(params: {
id: string;
title: string;
reviewText: string;
rating: number;
username: string;
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; title: string; reviewText: string; rating: number; username: string; customData?: Record<string, unknown>; } |