Skip to content

Commit 68f09a3

Browse files
committed
Add date_array
1 parent 9a20fcc commit 68f09a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type ValueType =
2222
| 'date'
2323
| 'string_array'
2424
| 'number_array'
25+
| 'date_array'
2526

2627
export interface ParamSchema {
2728
[key: string]: ParamSchema | ValueType

0 commit comments

Comments
 (0)