Skip to content

Commit

Permalink
chore(gatsby): Make plugins in PluginOptions type optional (#36351)
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
LekoArts committed Aug 10, 2022
1 parent 6ecfe4a commit a2fa5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/index.d.ts
Expand Up @@ -824,7 +824,7 @@ export interface GatsbySSR<
}

export interface PluginOptions {
plugins: unknown[]
plugins?: unknown[]
[key: string]: unknown
}

Expand Down

0 comments on commit a2fa5a2

Please sign in to comment.