We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a20fcc commit 68f09a3Copy full SHA for 68f09a3
src/lib/schema.ts
@@ -22,6 +22,7 @@ export type ValueType =
22
| 'date'
23
| 'string_array'
24
| 'number_array'
25
+ | 'date_array'
26
27
export interface ParamSchema {
28
[key: string]: ParamSchema | ValueType
0 commit comments