Documentation
    Preparing search index...

    Interface CreatureFamilyResponse

    The response for a creature family.

    interface CreatureFamilyResponse {
        _links: { self: Href };
        id: number;
        media: Media;
        name: string;
        specialization: NameIdKey;
    }

    Hierarchy

    • ResponseBase
      • CreatureFamilyResponse
    Index

    Properties

    _links: { self: Href }
    id: number
    media: Media
    name: string
    specialization: NameIdKey