PromiseResult<T, E>: Promise<Result<T, E>>

A PromiseResult is a convenience type alias that represents either a Result in the context of asynchronous tasks.

Type Parameters