@vizzly/ai-types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -18,11 +18,11 @@ import { VIEW_TYPES } from './constants'; | ||
dataSetName: string; | ||
select: Array<{ | ||
select?: Array<{ | ||
field: string; | ||
function: string; | ||
}>; | ||
group: Array<{ | ||
group?: Array<{ | ||
field: string; | ||
function: string; | ||
}>; | ||
order: Array<{ | ||
order?: Array<{ | ||
field: string; | ||
@@ -34,2 +34,4 @@ function: string; | ||
export type ViewFormatProperties = { | ||
title?: string; | ||
subtitle?: string; | ||
stacked?: boolean; | ||
@@ -36,0 +38,0 @@ goalLines?: Array<{ |
{ | ||
"name": "@vizzly/ai-types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"source": "types.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/type-definitions/types.d.ts", |
1705
65