AlertState type
The state of the alert after the evaluation.
KnownAlertState can be used interchangeably with AlertState,
this enum contains the known values that the service supports.
Known values supported by the service
NoAlert: NoAlert
Fired: Fired
Firing: Firing
Resolving: Resolving
Resolved: Resolved
type AlertState = string