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 5e9d24c commit 4e474b3Copy full SHA for 4e474b3
tests/typed_search.test.ts
@@ -21,6 +21,8 @@ interface Movie {
21
title: string
22
comment?: string
23
genre?: string
24
+ isNull?: null
25
+ isTrue?: boolean
26
}
27
28
interface NestedDocument {
0 commit comments