diff --git a/declarations/WebpackOptions.d.ts b/declarations/WebpackOptions.d.ts index a0bdde054d1..372d2b2f6cd 100644 --- a/declarations/WebpackOptions.d.ts +++ b/declarations/WebpackOptions.d.ts @@ -132,7 +132,7 @@ export type RuleSetCondition = * This interface was referenced by `WebpackOptions`'s JSON-Schema * via the `definition` "RuleSetConditions". */ -export type RuleSetConditions = RuleSetCondition[] +export type RuleSetConditions = RuleSetCondition[]; /** * One or multiple rule conditions *