We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a7d78 commit 504fd68Copy full SHA for 504fd68
src/_common/types/mixed-value.type.ts
@@ -7,6 +7,7 @@ export type MixedValue =
7
| number
8
| boolean
9
| null
10
+ | any
11
| object
12
| Array<MixedValue>
13
| {
0 commit comments