Skip to content

ExportCompletionFeedbackQueryParamRating

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

Example Usage

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

let value: ExportCompletionFeedbackQueryParamRating = "thumbs_up";

Values

typescript
"thumbs_up" | "thumbs_down"