mirror of https://github.com/grafana/grafana
parent
2f953d75a6
commit
5cf9711862
@ -0,0 +1,11 @@ |
||||
///<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() { |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue