Files
williammarch.xyz/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.d.ts
2026-04-02 19:13:46 +01:00

3 lines
184 B
TypeScript

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