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.
serverDataStatus
1 parent ebd63b2 commit 39e9840Copy full SHA for 39e9840
packages/gatsby/cache-dir/page-ssr/index.d.ts
@@ -31,6 +31,7 @@ type ISSRData = Opaque<
31
"ISSRData",
32
{
33
serverDataHeaders?: Record<string, string>
34
+ serverDataStatus?: number
35
}
36
>
37
0 commit comments