We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8cc29 commit 6f67bc6Copy full SHA for 6f67bc6
static/app/views/detectors/components/forms/metric/metricTemplateOptions.tsx
@@ -3,7 +3,7 @@ import {SessionsAggregate} from 'sentry/views/alerts/rules/metric/types';
3
import type {MetricAlertType} from 'sentry/views/alerts/wizard/options';
4
import {DetectorDataset} from 'sentry/views/detectors/datasetConfig/types';
5
6
-export interface TemplateOption {
+interface TemplateOption {
7
aggregate: string;
8
detectorDataset: DetectorDataset;
9
key: MetricAlertType;
0 commit comments