Documentation
Preparing search index...
@sdk/core
ResultValue
Type Alias ResultValue<R>
ResultValue
:
R
extends
Result
<
infer
T
,
any
>
?
T
:
never
Utility type to extract the type of the value from a Result type.
Type Parameters
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Utility type to extract the type of the value from a Result type.