We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4330506 commit 48d63c9Copy full SHA for 48d63c9
packages/next/src/server/app-render/app-render.tsx
@@ -85,9 +85,6 @@ type AppRenderBaseContext = {
85
renderOpts: RenderOpts
86
}
87
88
-// TODO-APP: improve type
89
-type ServerContext = [string, any]
90
-
91
export type GenerateFlight = typeof generateFlight
92
93
export type AppRenderContext = AppRenderBaseContext & {
0 commit comments