MagentoContentBlock
API
interface MagentoContentBlock {
__typename: 'CmsBlock'
content: string
identifier: string
title: string
}
Properties
Name | Type | Description |
---|---|---|
__typename | 'CmsBlock' | |
content | string | |
identifier | string | |
title | string |