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 c962639 commit 8092f80Copy full SHA for 8092f80
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