Documentation
    Preparing search index...

    Interface AuctionHouseResponse

    Interface for a response from the auction house endpoint.

    interface AuctionHouseResponse {
        _links: { self: Href };
        auctions: AuctionHousePosting[];
        commodities: { href: string };
        connected_realm: { href: string };
    }

    Hierarchy

    • ResponseBase
      • AuctionHouseResponse
    Index

    Properties

    _links: { self: Href }
    auctions: AuctionHousePosting[]
    commodities: { href: string }
    connected_realm: { href: string }