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