@mywebapi.com/sdk - v0.1.0
Preparing search index...
ApiEnvelope
Interface ApiEnvelope<T>
interface
ApiEnvelope
<
T
>
{
data
?:
T
|
null
;
error
?:
ApiErrorBody
|
null
;
meta
?:
ApiMeta
|
null
;
}
Type Parameters
T
Index
Properties
data?
error?
meta?
Properties
Optional
data
data
?:
T
|
null
Optional
error
error
?:
ApiErrorBody
|
null
Optional
meta
meta
?:
ApiMeta
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
error
meta
@mywebapi.com/sdk - v0.1.0
Loading...