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 7ab16ee commit 4c26682Copy full SHA for 4c26682
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.0.8",
+ "version": "3.0.9",
3
"name": "react-rock",
4
"author": "Naxrul Ahmed",
5
"license": "MIT",
src/types.ts
@@ -51,5 +51,5 @@ export type QueryValueType = {
51
}
52
53
export type QueryType<Row = {}> = {
54
- [key in keyof Row]?: string | number | null | undefined | QueryValueType
+ [key in keyof Row]?: string | number | boolean | null | undefined | QueryValueType
55
0 commit comments