bpms_site/.svn/pristine/b1/b187fedad3e7a4334c314fdf70124d14adb3dea8.svn-base
2025-11-02 16:38:49 +03:30

7 lines
312 B
Plaintext

export declare const INTERCEPTION_ROUTE_MARKERS: readonly ["(..)(..)", "(.)", "(..)", "(...)"];
export declare function isInterceptionRouteAppPath(path: string): boolean;
export declare function extractInterceptionRouteInformation(path: string): {
interceptingRoute: string;
interceptedRoute: string;
};