import { DaffOrderShipmentItem } from '@daffodil/order'
interface DaffOrderShipmentItem { item: DaffOrderItem qty: number }