interface Clothing {
    id: number;
    wearIndex: number;
}

Properties

Properties

id: number
wearIndex: number