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