Equip

export type Equip = {
    equipId: string;
    slotId: string;
    assetIdParent: string;
    assetIdChild: string;
}

Last updated