Search
Preparing search index...
The search index is not available
Streams Platform Client Api - v1.4.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Streams Platform Client Api - v1.4.0
ApiDataResponse
Interface ApiDataResponse<DATA, ENDPOINT, M, LINKS, PARAMS, META>
Type parameters
DATA =
any
ENDPOINT
:
keyof
links.EndpointLinks
=
keyof
links.EndpointLinks
M
:
meta.Method
=
meta.Method
LINKS
:
ApiLinks
<
ENDPOINT
,
M
>
=
ApiLinks
<
ENDPOINT
,
M
>
PARAMS
:
keyof
any
=
any
META
:
ApiMeta
<
M
,
PARAMS
>
=
ApiMeta
<
M
,
PARAMS
>
Hierarchy
BaseApiResponse
ApiDataResponse
Index
Properties
data
errors
links
meta
Properties
data
data
:
DATA
Optional
errors
errors
?:
string
[]
|
Record
<
string
,
string
|
string
[]
>
|
ApiError
[]
links
links
:
LINKS
meta
meta
:
META
Exports
Request
Response
Api
Data
Response
data
errors
links
meta