Recapp Code Reference
    Preparing search index...

    Variable answerSchemaConst

    answerSchema: ZodObject<
        { correct: ZodBoolean; text: ZodString },
        "strip",
        ZodTypeAny,
        { correct: boolean; text: string },
        { correct: boolean; text: string },
    > = ...