NotificationLevel type

Defines values for NotificationLevel.

type NotificationLevel =
  | "Critical"
  | "Warning"
  | "Information"
  | "NonUrgentSuggestion"