UNPKG
@jiaxinjiang/nest-http
Version:
latest (1.0.0)
1.0.0
Http request component for NestJs.
@jiaxinjiang/nest-http
/
dist
/
http.exception.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ApiException
}
from
'@jiaxinjiang/nest-exception'
;
export
declare
class
HttpRequestApiException
extends
ApiException
{
readonly
code
:
number
;
readonly
msg
:
string
; }