Files
novarix.uk/node_modules/next/dist/lib/generate-interception-routes-rewrites.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

5 lines
319 B
TypeScript

import type { Rewrite } from './load-custom-routes';
import type { DeepReadonly } from '../shared/lib/deep-readonly';
export declare function generateInterceptionRoutesRewrites(appPaths: string[], basePath?: string): Rewrite[];
export declare function isInterceptionRouteRewrite(route: DeepReadonly<Rewrite>): boolean;