GitHub

MagentoGetBlocksResponse

import { MagentoGetBlocksResponse } from '@daffodil/content/driver/magento'
interface MagentoGetBlocksResponse {
  cmsBlocks: {
    __typename?: 'CmsBlocks';
    items: MagentoContentBlock[];
}
}

Properties

Name Type Description
cmsBlocks { __typename?: 'CmsBlocks'; items: MagentoContentBlock[]; }