feat(SW-187): Added tertiary links data
This commit is contained in:
@@ -14,9 +14,13 @@ export type FooterSecondaryNav = {
|
||||
title: string
|
||||
url: string
|
||||
}
|
||||
export type FooterMainNavProps = {
|
||||
mainLinks: FooterLink[]
|
||||
}
|
||||
|
||||
type FooterSecondaryNavGroup = {
|
||||
title: string
|
||||
links: FooterSecondaryNav[]
|
||||
links: FooterLink[]
|
||||
}
|
||||
type FooterLinkWithType = {
|
||||
href?:
|
||||
@@ -44,6 +48,7 @@ export type FooterSecondaryNavProps = {
|
||||
|
||||
export type FooterDetailsProps = {
|
||||
socialMedia?: FooterSocialMedia
|
||||
tertiaryLinks?: FooterLink[]
|
||||
}
|
||||
|
||||
export type FooterNavigationProps = FooterMainNavProps & FooterSecondaryNavProps
|
||||
|
||||
Reference in New Issue
Block a user