@vizzly/ai-types
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -31,2 +31,8 @@ import { VIEW_TYPES } from './constants'; | ||
}>; | ||
filter?: Array<{ | ||
field: string; | ||
function: string; | ||
op: ['=', '!=', '>', '<']; | ||
value: string | number | boolean | null; | ||
}>; | ||
}; | ||
@@ -33,0 +39,0 @@ export type ViewFormatProperties = { |
{ | ||
"name": "@vizzly/ai-types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"source": "types.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/type-definitions/types.d.ts", |
1867
71