Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/lib/generate-interception-routes-rewrites.d.ts
2025-09-21 20:29:15 +07:00

5 lines
319 B
TypeScript
Executable File

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;