API reference / @evolu/common / Evolu/Internal / TimestampDriftError
Interface: TimestampDriftError
Defined in: packages/common/src/Evolu/Timestamp.ts:39
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
next | readonly | number & Brand<"Int"> & Brand<"NonNegative"> & Brand<`LessThanOrEqualTo${number}`> & Brand<"Millis"> | packages/common/src/Evolu/Timestamp.ts:41 |
now | readonly | number & Brand<"Int"> & Brand<"NonNegative"> & Brand<`LessThanOrEqualTo${number}`> & Brand<"Millis"> | packages/common/src/Evolu/Timestamp.ts:42 |
type | readonly | "TimestampDriftError" | packages/common/src/Evolu/Timestamp.ts:40 |