feat(SW-185): Refactor mocked data

This commit is contained in:
Pontus Dreij
2024-09-06 11:00:03 +02:00
parent e8cf02d28e
commit f9c090a865
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
export type FooterMainNav = {
url: string
title: string
openInNewTab: boolean
isExternal: boolean
}
export type FooterMainNavProps = {
mainLinks: FooterMainNav[]