Interface TimestampDriftError

interface TimestampDriftError {
    _tag: "TimestampDriftError";
    next: number & Brand<"Millis">;
    now: number & Brand<"Millis">;
}

Properties

Properties

_tag
next: number & Brand<"Millis">
now: number & Brand<"Millis">