import { MockOrderShipmentTracking } from '@daffodil/order/driver/magento/2-4-1/testing'
class MockOrderShipmentTracking implements MagentoOrderShipmentTracking {
__typename: "ShipmentTracking" = <const>'ShipmentTracking'
number: faker.string.alphanumeric(16) = faker.string.alphanumeric(16)
carrier: faker.lorem.word() = faker.lorem.word()
title: faker.lorem.word() = faker.lorem.word()
}