Interface APIAccountTransmogSlot

interface APIAccountTransmogSlot {
    appearances: refStruct[];
    slot: { name: string; type: string };
}

Properties

Properties

appearances: refStruct[]
slot: { name: string; type: string }