import { MagentoGetProductResponse } from '@daffodil/product/driver/magento'
interface MagentoGetProductResponse { __typename: string products: { __typename?: string; items: MagentoProduct[]; } }