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