@bruit/types
Advanced tools
Comparing version 0.2.26-3 to 0.2.26-4
@@ -9,2 +9,3 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
max?: number; | ||
options?: Array<string>; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.26-3", | ||
"version": "0.2.26-4", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -17,2 +17,3 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
max?: number; | ||
options?: Array<string>; | ||
} |
29078
907