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

      Type alias DurationValue

      DurationValue: {
          _tag: "Millis";
          millis: number;
      } | {
          _tag: "Nanos";
          nanos: bigint;
      } | {
          _tag: "Infinity";
      }

      Type declaration

      • _tag: "Millis"
      • millis: number

      Type declaration

      • _tag: "Nanos"
      • nanos: bigint

      Type declaration

      • _tag: "Infinity"

      Since

      2.0.0