Documentation
    Preparing search index...

    Interface MountSearchResponseItem

    The response for a mount search.

    interface MountSearchResponseItem {
        data: {
            creature_displays: { id: number }[];
            faction?: { name: Record<Locales, string>; type: "ALLIANCE" | "HORDE" };
            id: number;
            name: Record<Locales, string>;
            source: { name: Record<Locales, string>; type: string };
        };
        key: Href;
    }

    Hierarchy

    • KeyBase
      • MountSearchResponseItem
    Index

    Properties

    Properties

    data: {
        creature_displays: { id: number }[];
        faction?: { name: Record<Locales, string>; type: "ALLIANCE" | "HORDE" };
        id: number;
        name: Record<Locales, string>;
        source: { name: Record<Locales, string>; type: string };
    }
    key: Href