@tempots/std > PromiseResult
Represents a promise that resolves to a Result type.
Result
Signature:
export type PromiseResult = PromiseLike<Result>;
References: Result