| 1 | export interface MetaProps { |
| 2 | keepAlive?: boolean; |
| 3 | requiresAuth?: boolean; |
| 4 | title: string; |
| 5 | key?: string; |
| 6 | } |
| 7 | |
| 8 | export interface RouteObject { |
| 9 | caseSensitive?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected