Type alias TimestampMs

TimestampMs: number & {
    s: unique symbol;
}

Timestamp type, which under the hood is number. It's always integer with ms precision.

Type declaration

  • Readonly s: unique symbol

Generated using TypeDoc