Documentation
    Preparing search index...

    Interface MountResponse

    The response for a mount.

    interface MountResponse {
        _links: { self: Href };
        creature_displays: CreatureDisplay[];
        description: string;
        id: number;
        name: string;
        should_exclude_if_uncollected: boolean;
        source: Source;
    }

    Hierarchy

    • ResponseBase
      • MountResponse
    Index

    Properties

    _links: { self: Href }
    creature_displays: CreatureDisplay[]
    description: string
    id: number
    name: string
    should_exclude_if_uncollected: boolean
    source: Source