feat(SW-185): Refactor mocked data

This commit is contained in:
Pontus Dreij
2024-08-22 16:08:11 +02:00
parent 9ab18646de
commit 86a69ab03a
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
export type FooterMainNav = {
url: string
title: string
openInNewTab: boolean
isExternal: boolean
}
export type FooterMainNavProps = {
mainLinks: FooterMainNav[]