TimestampMs
Documentation / @elitechart/elitechart / TimestampMs
Defined in: core/dist/index.d.ts:21
UTC milliseconds since Unix epoch. Non-negative, finite.
Branded so a raw number can never be passed where a TimestampMs
is required — eliminates the "I sent seconds when the API wanted ms"
class of bug at compile time.