Files
recipe-app/frontend/node_modules/next/dist/lib/generate-interception-routes-rewrites.d.ts
T
2026-04-09 09:14:39 +02:00

3 lines
163 B
TypeScript

import type { Rewrite } from './load-custom-routes';
export declare function generateInterceptionRoutesRewrites(appPaths: string[], basePath?: string): Rewrite[];