MagentoGetProductResponse
import { MagentoGetProductResponse } from '@daffodil/product/driver/magento'
interface MagentoGetProductResponse {
__typename: string
products: {
__typename?: string;
items: MagentoProduct[];
}
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
products | { __typename?: string; items: MagentoProduct[]; } |