fix: correct uid

This commit is contained in:
Arvid Norlin
2024-04-08 11:37:09 +02:00
parent de025fc889
commit dc9acb0a6a
3 changed files with 24 additions and 2 deletions

View File

@@ -11,7 +11,12 @@ export type MenuItem = {
export type SidebarProps = { menuItems: MenuItem[] }
export type PageLink = { uid: string; title: string; url?: string }
export type PageLink = {
uid: string
title: string
url?: string
system: { uid: string }
}
export type NavigationItem = {
item: {