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

      Interface Variance<E, A>

      Since

      2.0.0

      interface Variance {
          [RequestTypeId]: {
              _A: ((_) => A);
              _E: ((_) => E);
          };
      }

      Type Parameters

      • out E

      • out A

      Hierarchy

      Properties

      Properties

      [RequestTypeId]: {
          _A: ((_) => A);
          _E: ((_) => E);
      }

      Type declaration

      • Readonly _A: ((_) => A)
          • (_): A
          • Parameters

            • _: never

            Returns A

      • Readonly _E: ((_) => E)
          • (_): E
          • Parameters

            • _: never

            Returns E