ListResponseFeedbackQueryParamRating
Only return feedback entries with this rating. Omit to return entries with any rating.
Example Usage
typescript
import { ListResponseFeedbackQueryParamRating } from "@meetkai/mka1/models/operations";
let value: ListResponseFeedbackQueryParamRating = "thumbs_down";Values
typescript
"thumbs_up" | "thumbs_down"