From 351259ec13479a58e9dcd086eb27511da691f9d0 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 10 Aug 2022 13:37:04 +0200 Subject: [PATCH] Update index.d.ts --- packages/gatsby/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/index.d.ts b/packages/gatsby/index.d.ts index 5b3fb4ea9c6da..29e6e7cc92047 100644 --- a/packages/gatsby/index.d.ts +++ b/packages/gatsby/index.d.ts @@ -824,7 +824,7 @@ export interface GatsbySSR< } export interface PluginOptions { - plugins: unknown[] + plugins?: unknown[] [key: string]: unknown }