TimestampMs
Documentation / @elitechart/core / TimestampMs
Defined in: data/primitives.ts:22
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.