Skip to content

QueryParamRating

Only return feedback entries with this rating. Omit to return entries with any rating.

Example Usage

typescript
import { QueryParamRating } from "@meetkai/mka1/models/operations";

let value: QueryParamRating = "thumbs_up";

Values

typescript
"thumbs_up" | "thumbs_down"