Documentation
    Preparing search index...

    Interface PvpTierIndexResponse

    The response for a PvP tier index.

    interface PvpTierIndexResponse {
        _links: { self: Href };
        tiers: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PvpTierIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    tiers: NameIdKey[]