NeahFront3/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.d.ts
2025-04-09 18:02:58 +02:00

3 lines
184 B
TypeScript

import type { FlightRouterState } from './types';
export declare function parseAndValidateFlightRouterState(stateHeader: string | string[] | undefined): FlightRouterState | undefined;