Skip to content

Commit

Permalink
chore(gatsby): Expose serverDataStatus field in SSR type declaratio…
Browse files Browse the repository at this point in the history
…n file (#35505)
  • Loading branch information
chrisq21 committed May 5, 2022
1 parent ebd63b2 commit 39e9840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/cache-dir/page-ssr/index.d.ts
Expand Up @@ -31,6 +31,7 @@ type ISSRData = Opaque<
"ISSRData",
{
serverDataHeaders?: Record<string, string>
serverDataStatus?: number
}
>

Expand Down

0 comments on commit 39e9840

Please sign in to comment.