mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
12 lines
233 B
TypeScript
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() {
|
|
}
|
|
}
|
|
|