* Create loader function for route module.
| 124 | * Create loader function for route module. |
| 125 | */ |
| 126 | interface LoaderData { |
| 127 | data?: any; |
| 128 | pageConfig?: any; |
| 129 | } |
| 130 | |
| 131 | export interface RouteLoaderOptions { |
| 132 | routeId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected