Documentation
    Preparing search index...

    Interface DecorIndexResponse

    Base interface for Blizzard API responses.

    interface DecorIndexResponse {
        _links: { self: Href };
        decor_items: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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