Skip to content

Commit 6220328

Browse files
committed
knip
1 parent ff0e7b0 commit 6220328

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/app/views/insights/types.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,10 +727,6 @@ export type DiscoverResponse = Flatten<DiscoverResponseRaw>;
727727

728728
export type DiscoverProperty = keyof DiscoverResponse;
729729

730-
export type MetricsQueryFilters = Partial<Record<MetricsStringFields, string>> & {
731-
[SpanIndexedField.PROJECT_ID]?: string;
732-
};
733-
734730
export type SpanQueryFilters = Partial<Record<SpanStringFields, string>> & {
735731
is_transaction?: 'true' | 'false';
736732
[SpanIndexedField.PROJECT_ID]?: string;

0 commit comments

Comments
 (0)