UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

11 lines (10 loc) 258 B
import { MetricFilterType } from "../../types"; export interface MetricFilter { name: string; expression?: string; lower?: number; lowerStrict?: boolean; upper?: number; upperStrict?: boolean; type?: MetricFilterType; }