API Reference / @evolu/common / Evolu/Internal / TimestampDriftError

Interface: TimestampDriftError

Defined in: packages/common/src/Evolu/Timestamp.ts:36

Properties

PropertyModifierTypeDefined in
nextreadonlynumber & Brand<"Int"> & Brand<"NonNegative"> & Brand<`LessThanOrEqualTo${number}`> & Brand<"Millis">packages/common/src/Evolu/Timestamp.ts:38
nowreadonlynumber & Brand<"Int"> & Brand<"NonNegative"> & Brand<`LessThanOrEqualTo${number}`> & Brand<"Millis">packages/common/src/Evolu/Timestamp.ts:39
typereadonly"TimestampDriftError"packages/common/src/Evolu/Timestamp.ts:37

Was this page helpful?