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