Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Network
AxiosResponse
Interface AxiosResponse<T, D>
Public
interface
AxiosResponse
<
T
,
D
>
{
config
:
InternalAxiosRequestConfig
<
D
>
;
data
:
T
;
headers
:
AxiosResponseHeaders
|
Partial
<
RawAxiosHeaders
&
{
Cache-Control
:
AxiosHeaderValue
;
Content-Encoding
:
AxiosHeaderValue
;
Content-Length
:
AxiosHeaderValue
;
Content-Type
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
set-cookie
:
string
[]
;
}
>
;
request
?:
any
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
T
=
any
D
=
any
Index
Properties
config
data
headers
request?
status
status
Text
Properties
config
config
:
InternalAxiosRequestConfig
<
D
>
data
data
:
T
headers
headers
:
AxiosResponseHeaders
|
Partial
<
RawAxiosHeaders
&
{
Cache-Control
:
AxiosHeaderValue
;
Content-Encoding
:
AxiosHeaderValue
;
Content-Length
:
AxiosHeaderValue
;
Content-Type
:
AxiosHeaderValue
;
Server
:
AxiosHeaderValue
;
}
&
{
set-cookie
:
string
[]
;
}
>
Optional
request
request
?:
any
status
status
:
number
status
Text
status
Text
:
string
On This Page
Properties
config
data
headers
request
status
status
Text
Юниверс MDM SDK UI
Loading...
Public