Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
ClientResponse
Type Alias ClientResponse<T>
ClientResponse
:
{
body
:
T
;
headers
?:
Object
;
originalRequest
?:
ClientRequest
;
statusCode
?:
number
;
}
Type Parameters
T
=
any
Type declaration
body
:
T
Optional
headers
?:
Object
Optional
originalRequest
?:
ClientRequest
Optional
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typescript SDK Type Docs
Loading...