grafana/public/app/features/alerting/alert_model.ts

12 lines
233 B
TypeScript
Raw Normal View History

///<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() {
}
}