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