@fluentity/core
Preparing search index...
HttpResponse
Interface HttpResponse<T>
Represents an HTTP response, which can be a single item or an array.
interface
HttpResponse
<
T
=
any
|
any
[]
>
{
data
:
T
;
}
Type Parameters
T
=
any
|
any
[]
Hierarchy (
View Summary
)
AdapterResponse
HttpResponse
Index
Properties
data
Properties
data
data
:
T
The response data from the API
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
@fluentity/core
Loading...
Represents an HTTP response, which can be a single item or an array.