fix: add nav title
This commit is contained in:
@@ -59,7 +59,7 @@ export type NavigationItem = {
|
||||
}
|
||||
}
|
||||
|
||||
export type NavigationMyPages = { items: NavigationItem[] }
|
||||
export type NavigationMyPages = { items: NavigationItem[]; title: string }
|
||||
|
||||
export type GetNavigationMyPagesData = {
|
||||
all_navigation_my_pages: AllRequestResponse<NavigationMyPages>
|
||||
|
||||
Reference in New Issue
Block a user