Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
ApiOkResponse
Interface ApiOkResponse<T>
interface
ApiOkResponse
<
T
>
{
config
?:
AxiosRequestConfig
;
data
?:
T
;
duration
?:
number
;
headers
?:
Record
<
string
,
string
>
;
ok
:
true
;
originalError
:
null
;
problem
:
null
;
status
?:
number
;
}
Type Parameters
T
Index
Properties
config?
data?
duration?
headers?
ok
original
Error
problem
status?
Properties
Optional
config
config
?:
AxiosRequestConfig
Optional
data
data
?:
T
Optional
duration
duration
?:
number
Optional
headers
headers
?:
Record
<
string
,
string
>
ok
ok
:
true
original
Error
originalError
:
null
problem
problem
:
null
Optional
status
status
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
duration
headers
ok
original
Error
problem
status
edocu-sdk
Loading...