API reference / @evolu/common / Evolu/Protocol / TimestampsBuffer
Interface: TimestampsBuffer
Defined in: packages/common/src/Evolu/Protocol.ts:762
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
add | readonly | (timestamp) => void | packages/common/src/Evolu/Protocol.ts:763 |
addInfinite | readonly | () => void | packages/common/src/Evolu/Protocol.ts:764 |
append | readonly | (buffer) => void | packages/common/src/Evolu/Protocol.ts:767 |
getCount | readonly | () => number & Brand<"Int"> & Brand<"NonNegative"> | packages/common/src/Evolu/Protocol.ts:765 |
getLength | readonly | () => number | packages/common/src/Evolu/Protocol.ts:766 |