Skip to content

Commit 411fc07

Browse files
committed
remove obsolete AbstractQueryValueElement
1 parent e6188cd commit 411fc07

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/engine/query.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ import { useCallback, useMemo } from 'react'
22

33
export type Query = Record<string, string | string[]>
44

5-
export type AbstractQueryValueElement =
6-
| string
7-
| number
8-
| boolean
9-
| Date
10-
| bigint
11-
125
export type AbstractQuery = Record<string, unknown>
136

147
/**

0 commit comments

Comments
 (0)