interface EquipmentTrackUpdate {
    from?: InventoryLocation;
    to?: InventoryLocation;
}

Properties

Properties