Documentation
    Preparing search index...

    Interface PvpRewardsIndexResponse

    The response for PvP rewards index.

    interface PvpRewardsIndexResponse {
        _links: { self: Href };
        rewards: Reward[];
        season: Season;
    }

    Hierarchy

    • ResponseBase
      • PvpRewardsIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    rewards: Reward[]
    season: Season