UNPKG
@rewiko/crud-request
Version:
latest (5.1.12)
5.1.12
5.1.9
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.17
5.0.16
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
NestJs CRUD for RESTful APIs - request query builder
github.com/rewiko/crud
rewiko/crud
@rewiko/crud-request
/
lib
/
interfaces
/
operators-options.interface.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
CustomOperatorQuery
=
(
field
:
string
,
param
:
string
) =>
string
;
export
interface
CustomOperators
{ [
key
:
string
]: {
isArray
?:
boolean
; }; }