@vsokolov/utils - v1.4.2
Preparing search index...
Success
Interface Success<T>
Success variant of Result containing data and no error.
interface
Success
<
T
>
{
data
:
T
;
error
:
null
;
}
Type Parameters
T
The type of the successful data
Index
Properties
data
error
Properties
data
data
:
T
error
error
:
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
@vsokolov/utils - v1.4.2
Loading...
Success variant of Result containing data and no error.