Files
minecraft-plugin-manager/frontend/webapp/node_modules/next/dist/lib/generate-interception-routes-rewrites.d.ts
2025-04-13 00:18:57 +02:00

4 lines
240 B
TypeScript

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