grafana/public/app/features/alerting/alert_model.ts
2016-08-18 11:22:24 +02:00

12 lines
233 B
TypeScript

///<reference path="../../headers/common.d.ts" />
import _ from 'lodash';
import {QueryPart} from 'app/core/components/query_part/query_part';
import alertDef from './alert_def';
export class AlertModel {
constructor() {
}
}