@eoussama/core
    Preparing search index...

    Type Alias TResult<TErr, TRes>

    TResult: TSuccess<TRes> | TFailure<TErr>

    Type Parameters

    • TErr extends TError

      The type of the error

    • TRes

      The type of the result

    Result type

    The result type