backend & types
This commit is contained in:
9
types/navigation.d.ts
vendored
Normal file
9
types/navigation.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
interface Navigation {
|
||||
tree: number
|
||||
pages: NavElement[]
|
||||
}
|
||||
|
||||
interface NavElement {
|
||||
name: string
|
||||
page: string
|
||||
}
|
||||
Reference in New Issue
Block a user