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

      Since

      1.0.0

      interface Enums {
          _tag: "Enums";
          annotations: Annotations;
          enums: readonly (readonly [string, string | number])[];
      }

      Hierarchy

      Properties

      _tag: "Enums"
      annotations: Annotations
      enums: readonly (readonly [string, string | number])[]