boundfetch
Preparing search index...
core/src
BoundFetchResult
Type Alias BoundFetchResult<T>
BoundFetchResult
:
|
{
data
:
T
;
error
:
null
;
success
:
true
}
|
{
data
:
null
;
error
:
BoundFetchError
;
success
:
false
}
Result-mode envelope returned by endpoint calls when
mode: 'result'
.
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
boundfetch
Loading...
Result-mode envelope returned by endpoint calls when
mode: 'result'.