Skip to content

Commit

Permalink
Add comments to rulesnoozetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed May 16, 2022
1 parent 20c37dc commit 083782c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/alerting/common/rule_snooze_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export type RuleSnooze = Array<{
startTime: string;
duration: number;
timeZone: string;
// For scheduled/recurring snoozes, `id` uniquely identifies them so that they can be displayed, modified, and deleted individually
id?: string;
// An iCal RRULE string to define a recurrence schedule, see https://github.com/jakubroztocil/rrule for the spec
rRule?: string;
}>;

0 comments on commit 083782c

Please sign in to comment.