diff --git a/cli/npm/dsl.d.ts b/cli/npm/dsl.d.ts index 63f9ed49..174f902f 100644 --- a/cli/npm/dsl.d.ts +++ b/cli/npm/dsl.d.ts @@ -42,7 +42,7 @@ type GrammarSymbols = { type RuleBuilder = ( $: GrammarSymbols, - previous: Rule, + previous?: Rule, ) => RuleOrLiteral; type RuleBuilders<