SongGuess
    Preparing search index...

    Variable SelectAnswerMessageSchemaConst

    SelectAnswerMessageSchema: ZodObject<
        {
            answer: ZodOptional<ZodString>;
            answerIndex: ZodOptional<ZodInt>;
            type: ZodDefault<ZodLiteral<"select_answer">>;
        },
        $strip,
    > = ...

    Schema for messages containing the player's selected answer index during a question in a MultipleChoiceGame.