Skip to content

Commit 4e474b3

Browse files
committed
fix type
1 parent 5e9d24c commit 4e474b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/typed_search.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ interface Movie {
2121
title: string
2222
comment?: string
2323
genre?: string
24+
isNull?: null
25+
isTrue?: boolean
2426
}
2527

2628
interface NestedDocument {

0 commit comments

Comments
 (0)