Skip to content

Commit

Permalink
fix(types): node APIs typings should be in GatsbyNode interface not i…
Browse files Browse the repository at this point in the history
…n Node (gatsbyjs#13799)
  • Loading branch information
pieh authored May 2, 2019
1 parent 7432038 commit cbdb039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface GatsbyConfig {
*
* @see https://www.gatsbyjs.org/docs/node-apis/
*/
export interface Node {
export interface GatsbyNode {
/**
* Tell plugins to add pages. This extension point is called only after the initial
* sourcing and transformation of nodes plus creation of the GraphQL schema are
Expand Down

0 comments on commit cbdb039

Please sign in to comment.