Interface for adapter responses. Contains the response data from the API.
const response: AdapterResponse = { data: { id: 1, name: 'John' }}; Copy
const response: AdapterResponse = { data: { id: 1, name: 'John' }};
The response data from the API
Interface for adapter responses. Contains the response data from the API.
Example