Documentation
    Preparing search index...

    Interface CharacterTransmogCollectionSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterTransmogCollectionSummaryResponse {
        _links: { self: Href };
        appearance_sets: NameIdKey[];
        slots: Slot[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    appearance_sets: NameIdKey[]
    slots: Slot[]