SongGuess
    Preparing search index...

    Variable TransferHostMessageSchemaConst

    TransferHostMessageSchema: ZodObject<
        { playerName: ZodString; type: ZodDefault<ZodLiteral<"transfer_host">> },
        $strip,
    > = ...

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