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

      Since

      1.0.0

      interface Union {
          _tag: "Union";
          annotations: Annotations;
          types: readonly [AST, AST, AST];
      }

      Hierarchy

      Properties

      _tag: "Union"
      annotations: Annotations
      types: readonly [AST, AST, AST]