3 lines
233 B
TypeScript
Executable file
3 lines
233 B
TypeScript
Executable file
import type { FlightRouterState } from '../../../../shared/lib/app-router-types';
|
|
export declare function getLastCommittedTree(): FlightRouterState | null;
|
|
export declare function setLastCommittedTree(tree: FlightRouterState): void;
|