moons-ta-client
    Preparing search index...

    Interface Response_DeleteTournament

    from protobuf message proto.packets.Response.DeleteTournament

    interface Response_DeleteTournament {
        message: string;
        tournament?: Tournament;
    }
    Index

    Properties

    Properties

    message: string

    from protobuf field: string message = 1;

    tournament?: Tournament

    from protobuf field: proto.models.Tournament tournament = 2;