import { MockOrderShipment } from '@daffodil/order/driver/magento/2-4-1/testing'
class MockOrderShipment implements MagentoOrderShipment {
__typename: "OrderShipment" = <const>'OrderShipment'
tracking: MagentoOrderShipmentTracking[] = this.createTracking()
items: MagentoOrderShipmentItem[] = this.createItems()
}