AlertModificationEvent type

Reason for the modification

type AlertModificationEvent =
  | "AlertCreated"
  | "StateChange"
  | "SeverityChange"
  | "MonitorConditionChange"
  | "ActionsTriggered"
  | "ActionsSuppressed"