API reference / @evolu/common / local-first / TimestampError
Type Alias: TimestampError
type TimestampError =
| TimestampDriftError
| TimestampCounterOverflowError
| TimestampTimeOutOfRangeError;
Defined in: packages/common/src/local-first/Timestamp.ts:33