Skip to content

Commit

Permalink
chore: Remove unused TS type
Browse files Browse the repository at this point in the history
  • Loading branch information
grafakus committed Feb 4, 2025
1 parent d851021 commit 056adb5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { DataFrame } from '@grafana/data';
import { merge } from 'lodash';
import { map, Observable } from 'rxjs';

export type StatName = 'totalSeriesCount' | 'allValuesSum' | 'maxValue';

// General note: because (e.g.) SceneLabelValuesTimeseries sets the data provider in its constructor, data can come as undefined, hence all the optional chaining operators
// in the transformers below

Expand Down

0 comments on commit 056adb5

Please sign in to comment.