RoomSnapshot

See source code
Table of contents
interface RoomSnapshot {}

Properties

clock

clock: number

documents

documents: Array<{
  lastChangedClock: number
  state: UnknownRecord
}>

schema

optional

tombstones

optional
tombstones?: Record<string, number>

Prev
StoreValidator
Next
TLSyncLog