Skip to content

ResultP

ResultP<T, E>

Represents an asynchronous success or error.

ts
type Example = ResultP<boolean, string>;
// type Example = OkP<boolean> | ErrP<string>;