import { MagentoCmsPageRoute } from '@daffodil/external-router/driver/magento'
interface MagentoCmsPageRoute {
relative_url: string
type: "CMS_PAGE"
redirect_code: number
content: string
content_heading: string
identifier: string
meta_description: string
meta_keywords: string
meta_title: string
page_layout: string
title: string
url_key: string
}
relative_url string |
|---|
The relative path for the route. |
type "CMS_PAGE" |
|---|
The type of route, typically PRODUCT, CATEGORY or CMS_PAGE |
redirect_code number |
|---|
The HTTP code for the page. |
content string |
|---|
content_heading string |
|---|
identifier string |
|---|
meta_description string |
|---|
meta_keywords string |
|---|
meta_title string |
|---|
page_layout string |
|---|
title string |
|---|
url_key string |
|---|