import { MockCompositeProductItemOption } from '@daffodil/product-composite/testing'
Mocked DaffCompositeProductItemOption object.
class MockCompositeProductItemOption extends MockProduct implements DaffCompositeProductItemOption {
quantity: faker.datatype.number({ min: 1, max: 9 }) = faker.datatype.number({ min: 1, max: 9 })
is_default: faker.datatype.boolean() = faker.datatype.boolean()
}