securityos/node_modules/next/dist/server/app-render/flight-response-ref.d.ts

5 lines
113 B
TypeScript

/// <reference types="react" />
export interface FlightResponseRef {
current: Promise<JSX.Element> | null;
}