Documentation
    Preparing search index...

    Interface CharacterTransmogCollectionSummaryResponse

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

    Hierarchy

    • ResponseBase
      • CharacterTransmogCollectionSummaryResponse
    Index

    Properties

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