We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6188cd commit 411fc07Copy full SHA for 411fc07
1 file changed
src/engine/query.ts
@@ -2,13 +2,6 @@ import { useCallback, useMemo } from 'react'
2
3
export type Query = Record<string, string | string[]>
4
5
-export type AbstractQueryValueElement =
6
- | string
7
- | number
8
- | boolean
9
- | Date
10
- | bigint
11
-
12
export type AbstractQuery = Record<string, unknown>
13
14
/**
0 commit comments