Appearance
ResultP<T, E>
Represents an asynchronous success or error.
type Example = ResultP<boolean, string>; // type Example = OkP<boolean> | ErrP<string>;