UNPKG
acady-api-builder
Version:
latest (1.8.0-dev.1)
1.8.0-dev.1
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Acady API Builder
github.com/acady-io/acady-api-builder
acady-io/acady-api-builder
acady-api-builder
/
build
/
dto
/
acady-api-response.d.ts
8 lines
(7 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ApiHeaders
}
from
"../core/api-headers"
;
export
declare
class
AcadyApiResponse
{
headers
:
ApiHeaders
;
body
:
any
;
status
:
number
;
isBase64Encoded
?:
boolean
; }