⚠️ Internal: This API is not publically exported by the
package.
DurationValue: {
_tag: "Millis";
millis: number;
} | {
_tag: "Nanos";
nanos: bigint;
} | {
_tag: "Infinity";
}
Type declaration
_tag: "Millis"
millis: number
Type declaration
_tag: "Nanos"
nanos: bigint
Since
2.0.0