Documentation
    Preparing search index...

    Interface AuctionHouseIndexResponse

    Base interface for Blizzard API responses.

    interface AuctionHouseIndexResponse {
        _links: { self: Href };
        auctions: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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