⚠️ Internal: This API is not publically exported by the package.

      Type alias OptionalResult<T>

      OptionalResult<T>: T extends Request<infer E, infer A>
          ? Exit<E, Option<A>>
          : never

      A utility type to extract the optional result type from a Request.

      Type Parameters

      Since

      2.0.0