Interface IDataAlertExecutionStatsAggregatedResponse

interface IDataAlertExecutionStatsAggregatedResponse {
    executionsStats: IDataAlertExecutionStatsAggregated[];
}

Properties

Properties