Correspondents/node_modules/next/dist/lib/generate-interception-routes-rewrites.d.ts
2025-11-13 13:13:34 -07: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;