Variable MultipleChoiceQuestionMessageSchemaConst
MultipleChoiceQuestionMessageSchema: ZodObject<
{
answerOptions: ZodArray<ZodString>;
correctAnswerIndex: ZodOptional<ZodInt>;
questionType: ZodLiteral<"multiple_choice">;
startPos: ZodNumber;
},
$strip,
> = ...