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
    _links: { self: Href }
    appearance_sets?: NameIdKey[]
    slots?: Slot[]