Documentation
    Preparing search index...

    Interface PlayableRaceResponse

    The playable race response.

    interface PlayableRaceResponse {
        _links: { self: Href };
        faction: Faction;
        gender_name: GenderName;
        id: number;
        is_allied_race: boolean;
        is_selectable: boolean;
        name: string;
        playable_classes: NameIdKey[];
    }

    Hierarchy

    • NameId
    • ResponseBase
      • PlayableRaceResponse
    Index

    Properties

    _links: { self: Href }
    faction: Faction
    gender_name: GenderName
    id: number
    is_allied_race: boolean
    is_selectable: boolean
    name: string
    playable_classes: NameIdKey[]