From 077c832c955977c4e08157a8f3cf41e763393786 Mon Sep 17 00:00:00 2001 From: Chris Langhout Date: Fri, 25 Nov 2022 16:27:20 +0100 Subject: [PATCH] fix: engineerThreshold in config.d.ts is optional Signed-off-by: Chris Langhout --- plugins/cost-insights/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cost-insights/config.d.ts b/plugins/cost-insights/config.d.ts index e2387d62bd..61a54f76e2 100644 --- a/plugins/cost-insights/config.d.ts +++ b/plugins/cost-insights/config.d.ts @@ -24,7 +24,7 @@ export interface Config { /** * @visibility frontend */ - engineerThreshold: number; + engineerThreshold?: number; /** * @visibility frontend