@myinterview/global-api-sdk
Preparing search index...
IApiResponseObj
Interface IApiResponseObj<T>
interface
IApiResponseObj
<
T
=
any
>
{
callId
:
string
;
data
?:
T
;
errorCode
:
number
;
statusCode
:
STATUS_CODES
;
statusReason
:
string
;
time
:
number
|
Date
;
}
Type Parameters
T
=
any
Index
Properties
call
Id
data?
error
Code
status
Code
status
Reason
time
Properties
call
Id
callId
:
string
Optional
data
data
?:
T
error
Code
errorCode
:
number
status
Code
statusCode
:
STATUS_CODES
status
Reason
statusReason
:
string
time
time
:
number
|
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
Id
data
error
Code
status
Code
status
Reason
time
@myinterview/global-api-sdk
Loading...