Documentation
    Preparing search index...

    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