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

3 lines
217 B
Plaintext

import type { FlightRouterState, FlightDataPath } from '../../../server/app-render/types';
export declare function shouldHardNavigate(flightSegmentPath: FlightDataPath, flightRouterState: FlightRouterState): boolean;