UNPKG
@narodb/naro
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
A simple, fast, and lightweight NoSQL database
github.com/narodb/naro
narodb/naro
@narodb/naro
/
dist
/
types
/
Query.interface.d.ts
7 lines
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Operator
}
from
"./Operator.type"
;
export
interface
Query
{
field
:
string
;
operator
:
Operator
;
value
:
string
|
number
; }
//# sourceMappingURL=Query.interface.d.ts.map