Documentation
    Preparing search index...

    Interface CreatureFamilyIndexResponse

    The response for a creature family index.

    interface CreatureFamilyIndexResponse {
        _links: { self: Href };
        creature_families: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • CreatureFamilyIndexResponse
    Index

    Properties

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