3 lines
179 B
TypeScript
3 lines
179 B
TypeScript
import { FlightRouterState } from './types';
|
|
export declare function parseAndValidateFlightRouterState(stateHeader: string | string[] | undefined): FlightRouterState | undefined;
|