Documentation
    Preparing search index...

    The response for a creature.

    interface CreatureResponse {
        _links: { self: Href };
        creature_displays: CreatureDisplay[];
        family: NameIdKey;
        id: number;
        is_tameable: boolean;
        name: string;
        type: NameIdKey;
    }

    Hierarchy

    • ResponseBase
      • CreatureResponse
    Index

    Properties

    _links: { self: Href }
    creature_displays: CreatureDisplay[]
    family: NameIdKey
    id: number
    is_tameable: boolean
    name: string
    type: NameIdKey