Files
recipe-app/frontend/node_modules/next/dist/server/app-render/prospective-render-utils.d.ts
T
2026-04-09 09:14:39 +02:00

7 lines
300 B
TypeScript

export declare enum Phase {
ProspectiveRender = "the prospective render",
SegmentCollection = "segment collection",
InstantValidation = "instant validation"
}
export declare function printDebugThrownValueForProspectiveRender(thrownValue: unknown, route: string, phase: Phase): undefined;