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

      Since

      1.0.0

      interface Literal {
          _tag: "Literal";
          annotations: Annotations;
          literal: LiteralValue;
      }

      Hierarchy

      Properties

      _tag: "Literal"
      annotations: Annotations
      literal: LiteralValue