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