Documentation
    Preparing search index...

    Interface CreatureTypeResponse

    The response for a creature type.

    interface CreatureTypeResponse {
        _links: { self: Href };
        id: number;
        name: string;
    }

    Hierarchy

    • ResponseBase
      • CreatureTypeResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    id: number
    name: string