次の方法で共有


NotificationLevel type

NotificationLevel の値を定義します。

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