Skip to content

Commit 4c26682

Browse files
committed
fix ts type
1 parent 7ab16ee commit 4c26682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.8",
2+
"version": "3.0.9",
33
"name": "react-rock",
44
"author": "Naxrul Ahmed",
55
"license": "MIT",

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ export type QueryValueType = {
5151
}
5252

5353
export type QueryType<Row = {}> = {
54-
[key in keyof Row]?: string | number | null | undefined | QueryValueType
54+
[key in keyof Row]?: string | number | boolean | null | undefined | QueryValueType
5555
}

0 commit comments

Comments
 (0)