Documentation
    Preparing search index...

    Interface CreatureTypeIndexResponse

    The response for a creature type index.

    interface CreatureTypeIndexResponse {
        _links: { self: Href };
        creature_types: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • CreatureTypeIndexResponse
    Index

    Properties

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