Type Alias: ResultValue<R>
ResultValue<
R
>:R
extendsResult
<infer T,any
> ?T
:never
Utility type to extract the type of the value from a Result type.
Type Parameters
Type Parameter |
---|
R |
ResultValue<
R
>:R
extendsResult
<infer T,any
> ?T
:never
Utility type to extract the type of the value from a Result type.
Type Parameter |
---|
R |