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