Variable QuestionsAnswersSchemaConst
QuestionsAnswersSchema: ZodObject<
{
answer: ZodString;
feedback: ZodString;
question: ZodString;
type: ZodString;
},
"strip",
ZodTypeAny,
{ answer: string; feedback: string; question: string; type: string },
{ answer: string; feedback: string; question: string; type: string },
> = ...