2 lines
163 B
TypeScript
Executable file
2 lines
163 B
TypeScript
Executable file
import type { Rewrite } from './load-custom-routes';
|
|
export declare function generateInterceptionRoutesRewrites(appPaths: string[], basePath?: string): Rewrite[];
|