Portex SDK Documentation
Preparing search index...
core/types
PortexResponse
Interface PortexResponse<T>
Request Result
interface
PortexResponse
<
T
>
{
ok
:
boolean
;
body
:
null
|
PortexResponseBody
<
T
>
;
status
:
number
;
statusText
:
string
;
headers
:
Headers
;
}
Type Parameters
T
Index
Properties
ok
body
status
status
Text
headers
Properties
ok
ok
:
boolean
body
body
:
null
|
PortexResponseBody
<
T
>
status
status
:
number
status
Text
statusText
:
string
headers
headers
:
Headers
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ok
body
status
status
Text
headers
Portex SDK Documentation
Loading...
Request Result