We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c7b46 commit c7c5292Copy full SHA for c7c5292
1 file changed
src/core/internal.ts
@@ -94,14 +94,7 @@ export interface RouterNode {
94
tags: string[]
95
line: number
96
column: number
97
- routes: {
98
- method: string
99
- path: string
100
- function: string
101
- line: number
102
- column: number
103
- docstring?: string
104
- }[]
+ routes: Omit<RouteInfo, "owner">[]
105
children: { router: RouterNode; prefix: string; tags: string[] }[]
106
}
107
0 commit comments