Skip to content

CreateFeedbackRating

The feedback rating indicating user satisfaction

Example Usage

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

let value: CreateFeedbackRating = "thumbs_up";

Values

typescript
"thumbs_up" | "thumbs_down"