Type Alias AlertingExecutionResult

type AlertingExecutionResult = {
    alertTriggerStatus?: string;
    throttlerTokensLeft?: number;
}
Index

Properties

alertTriggerStatus?: string
throttlerTokensLeft?: number