LWT JavaScript API
Preparing search index...
shared/api/client
ApiResponse
Interface ApiResponse<T>
Standard response wrapper for all API calls.
interface
ApiResponse
<
T
>
{
data
?:
T
;
error
?:
string
;
}
Type Parameters
T
Index
Properties
data?
error?
Properties
Optional
data
data
?:
T
Optional
error
error
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
LWT JavaScript API
Loading...
Standard response wrapper for all API calls.