UNPKG
@nestjsx/crud
Version:
latest (5.0.0-alpha.3)
5.0.0-alpha.3
5.0.0-alpha.2
5.0.0-alpha.1
5.0.0-alpha.0
4.6.2
4.6.1
4.6.0
4.5.0
4.4.5
4.4.4
4.4.2
4.4.1
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-beta.4
4.3.0-beta.3
4.3.0-beta.2
4.3.0-beta.1
4.3.0-beta.0
4.3.0-alpha.0
4.3.0-4.3.0-beta.0.0
4.2.0
4.1.0
4.0.1
4.0.0
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.3.0-rc.0
3.2.0
3.2.0-beta.2
3.2.0-beta.1
3.2.0-beta.0
3.1.0
3.0.0
3.0.0-rc.2
3.0.0-rc.1
2.1.1
2.1.0
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
NestJs CRUD for RESTful APIs
github.com/nestjsx/crud
nestjsx/crud
@nestjsx/crud
/
lib
/
interfaces
/
crud-request.interface.d.ts
7 lines
(6 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ParsedRequestParams
}
from
'@nestjsx/crud-request'
;
import
{
CrudRequestOptions
}
from
'../interfaces'
;
export
interface
CrudRequest
{
parsed
:
ParsedRequestParams
;
options
:
CrudRequestOptions
; }