@luolapeikko/ts-common
Preparing search index...
CoreResult
Type Alias CoreResult<Ok, Err>
CoreResult
:
{
data
:
Ok
;
success
:
true
}
|
{
error
:
Err
;
success
:
false
}
Type Parameters
Ok
Err
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@luolapeikko/ts-common
Loading...