Skip to content

Commit b33a98b

Browse files
committed
make description field optional
1 parent 7ebc025 commit b33a98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/rule-promotions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface Condition {
5353
export interface RulePromotionBase {
5454
type: 'rule_promotion'
5555
name: string
56-
description: string
56+
description?: string
5757
enabled: boolean
5858
automatic?: boolean
5959
start: string

0 commit comments

Comments
 (0)