Documentation
    Preparing search index...

    Interface PlayableRaceIndexResponse

    The playable race index response.

    interface PlayableRaceIndexResponse {
        _links: { self: Href };
        races: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PlayableRaceIndexResponse
    Index

    Properties

    Properties

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