securityos/node_modules/next/dist/server/app-render/parse-and-validate-flight-r...

3 lines
184 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type { FlightRouterState } from './types';
export declare function parseAndValidateFlightRouterState(stateHeader: string | string[] | undefined): FlightRouterState | undefined;