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