AlertDefinition
The Alert Definition object used in the Alert function. Provide either a (with ) or a , not both.
TypeScript
export type AlertDefinition = RuleBasedAlertDefinition | ScheduledAlertDefinition;The Alert Definition object used in the Alert function. Provide either a (with ) or a , not both.
export type AlertDefinition = RuleBasedAlertDefinition | ScheduledAlertDefinition;