| 2437 | AppOrganizationIdRoute._addFileChildren(AppOrganizationIdRouteChildren) |
| 2438 | |
| 2439 | interface AppRouteChildren { |
| 2440 | AppOrganizationIdRoute: typeof AppOrganizationIdRouteWithChildren |
| 2441 | AppAccountRoute: typeof AppAccountRoute |
| 2442 | } |
| 2443 | |
| 2444 | const AppRouteChildren: AppRouteChildren = { |
| 2445 | AppOrganizationIdRoute: AppOrganizationIdRouteWithChildren, |
nothing calls this directly
no outgoing calls
no test coverage detected