SongGuess
    Preparing search index...

    Variable ReturnToMessageSchemaConst

    ReturnToMessageSchema: ZodObject<
        {
            type: ZodDefault<ZodLiteral<"return_to">>;
            where: ZodLiteral<"lobby" | "results">;
        },
        $strip,
    > = ...

    Schema for messages requesting to return to the lobby from the game.