⚠️ Internal: This API is not publically exported by the package.
      Success<T>: [T] extends [Request<infer _E, infer _A>]
          ? _A
          : never

      A utility type to extract the value type from a Request.

      Type Parameters

      Since

      2.0.0