Skip to content

Commit 0151b7b

Browse files
committed
Add record ValueTypes
1 parent 68f09a3 commit 0151b7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/schema.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export type ValueType =
2323
| 'string_array'
2424
| 'number_array'
2525
| 'date_array'
26+
| 'record_string'
27+
| 'record_number'
28+
| 'record_boolean'
29+
| 'record_date'
2630

2731
export interface ParamSchema {
2832
[key: string]: ParamSchema | ValueType

0 commit comments

Comments
 (0)