SongGuess
    Preparing search index...

    Variable MultipleChoiceQuestionMessageSchemaConst

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