Alokai

ReviewSearchParams

type ReviewSearchParams = {
  limit?: number;
  offset?: number;
  productId: string;
};