@vizzly/ai-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,3 +10,2 @@ import { VIEW_TYPES } from './constants'; | ||
export type DataSet = { | ||
id: string; | ||
name: string; | ||
@@ -18,3 +17,3 @@ description: string; | ||
type: ViewType; | ||
dataSetId: string; | ||
dataSetName: string; | ||
select: Array<{ | ||
@@ -21,0 +20,0 @@ field: string; |
{ | ||
"name": "@vizzly/ai-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"source": "types.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/type-definitions/types.d.ts", |
1581
61