import { FilterExpression, FilterOperators } from '@luzmo/dashboard-contents-types'; import { AvailableSlots, SelectedDataIn, ParametersInput } from '../filters.model'; type AreaChartFilterIn = SelectedDataIn & { expression: Extract= ?' | '? <= ?' | '? < ?'>; parameters: [ { slot: Extract; }, ParametersInput ]; }; export type AreaChartSelectedDataInput = Partial>; export {};