import { DaffProductTypeEnum } from '@daffodil/product'
The possible product types.
enum DaffProductTypeEnum { Simple = DaffProductTypeEnum.Simple, Composite = DaffProductTypeEnum.Composite, Configurable = DaffProductTypeEnum.Configurable, }