Interface IAlertingRecipientStatsResponse

interface IAlertingRecipientStatsResponse {
    recipientStats: IAlertingRecipientStats[];
}

Properties

Properties

recipientStats: IAlertingRecipientStats[]