export function IncidentTrigger(params = {}) {
  return {
    alertRuleId: '4',
    alertThreshold: 70,
    dateCreated: '2019-09-24T18:07:47.714Z',
    id: '1',
    label: 'critical',
    actions: [],
    ...params,
  };
}