import { FilterSpec as _FilterSpec, AnnotationSpecUi, FilterSpecLeaf, FilterSpecUi } from '@platforma-sdk/model'; export type { FilterSpecType } from '@platforma-sdk/model'; export type FilterSpec = _FilterSpec; export type Filter = FilterSpecUi> & { id: number; }; export type Annotation = AnnotationSpecUi & { defaultValue?: string; }; //# sourceMappingURL=types.d.ts.map