NeahFront5/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.d.ts
2025-04-10 11:30:00 +02:00

3 lines
184 B
TypeScript

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