@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
ApiResponse
Interface ApiResponse<T>
interface
ApiResponse
<
T
=
any
>
{
success
:
boolean
;
data
?:
T
;
error
?:
string
;
timestamp
:
string
;
}
Type Parameters
T
=
any
Index
Properties
success
data?
error?
timestamp
Properties
success
success
:
boolean
Optional
data
data
?:
T
Optional
error
error
?:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
data
error
timestamp
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...