import { MockOrderAddress } from '@daffodil/order/testing'
class MockOrderAddress extends MockDaffPersonalAddress implements DaffOrderAddress { order_id: faker.datatype.uuid() = faker.datatype.uuid() }