API reference / @evolu/common / local-first / Timestamp

Interface: Timestamp

Defined in: packages/common/src/local-first/Timestamp.ts:169

Extracts the type from a Type.

Extends

Properties

PropertyTypeInherited fromDefined in
counternumber & Brand<"Int"> & Brand<"NonNegative"> & Brand<"LessThanOrEqualTo65535"> & Brand<"Counter">Timestamp.counter
millisnumber & Brand<"Int"> & Brand<"NonNegative"> & Brand<`LessThanOrEqualTo${number}`> & Brand<"Millis">Timestamp.millis
nodeIdstring & Brand<"NodeId">Timestamp.nodeId

Was this page helpful?