alert_model.ts 233 B

1234567891011
  1. ///<reference path="../../headers/common.d.ts" />
  2. import _ from 'lodash';
  3. import {QueryPart} from 'app/core/components/query_part/query_part';
  4. import alertDef from './alert_def';
  5. export class AlertModel {
  6. constructor() {
  7. }
  8. }