UNPKG
@teqfw/web-api
Version:
latest (0.21.0)
0.21.0
0.20.1
0.20.0
0.2.0
TeqFW: synchronous requests to backend services in teq-apps.
github.com/teqfw/web-api
teqfw/web-api
@teqfw/web-api
/
src
/
Shared
/
Api
/
Response.mjs
11 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Structure to represent Web API response. */
export
default
class
TeqFw_Web_Api_Shared_Api_Response
{
/**
@type
{Object} */
data;
/**
@type
{TeqFw_Web_Api_Shared_Api_Dto_Error} */
error;
/**
@type
{Object} */
meta; }