feat(SW-187): Footer data from contentstack
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
export type FooterMainNav = {
|
export type FooterMainNav = {
|
||||||
url: string
|
url: string
|
||||||
title: string
|
title: string
|
||||||
openInNewTab: boolean
|
|
||||||
isExternal: boolean
|
|
||||||
}
|
}
|
||||||
export type FooterMainNavProps = {
|
export type FooterMainNavProps = {
|
||||||
mainLinks: FooterMainNav[]
|
mainLinks: FooterMainNav[]
|
||||||
|
|||||||
Reference in New Issue
Block a user