UNPKG
http-service-lib
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Reusable Http Service and implementations
http-service-lib
/
lib
/
entities
/
HttpResponse.d.ts
6 lines
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
HttpResponse
<T> {
readonly
status
:
number
;
readonly
body
: T;
constructor
(
status
:
number
,
body
: T
); }
//# sourceMappingURL=HttpResponse.d.ts.map