Skip to content

Commit b669468

Browse files
authored
fix(gatsby): add missing ownerNodeId prop to Page type (#35367)
1 parent de86cb7 commit b669468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,7 @@ export interface Page<TContext = Record<string, unknown>> {
15991599
matchPath?: string
16001600
component: string
16011601
context: TContext
1602+
ownerNodeId?: string
16021603
defer?: boolean
16031604
}
16041605

0 commit comments

Comments
 (0)