Spaces:
Sleeping
Sleeping
rag-context-optimizer / frontend /node_modules /next /dist /server /lib /router-utils /build-data-route.d.ts
| export declare function buildDataRoute(page: string, buildId: string): { | |
| page: string; | |
| routeKeys: { | |
| [named: string]: string; | |
| } | undefined; | |
| dataRouteRegex: string; | |
| namedDataRouteRegex: string | undefined; | |
| }; | |