ts-repo-utils
    Preparing search index...

    Type Alias Result<S, E>

    Result: Ok<S> | Err<E>

    Represents a value that can either be a success (Ok) or an error (Err).

    Type Parameters

    • S

      The type of the success value.

    • E

      The type of the error value.