fix: engineerThreshold in config.d.ts is optional

Signed-off-by: Chris Langhout <clanghout@bol.com>
This commit is contained in:
Chris Langhout
2022-11-25 16:27:20 +01:00
parent 60ae55c50a
commit 077c832c95
+1 -1
View File
@@ -24,7 +24,7 @@ export interface Config {
/**
* @visibility frontend
*/
engineerThreshold: number;
engineerThreshold?: number;
/**
* @visibility frontend