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