Skip to content

Variable: genieFeedbackSchema

const genieFeedbackSchema: ZodObject<{ rating: ZodOptional<ZodUnion<readonly [ZodLiteral<"NEGATIVE">, ZodLiteral<"NONE">, ZodLiteral<"POSITIVE">]>>; }, $strip>

Feedback containing rating and optional comment