Table of contents
interface RoomSnapshot {}

Properties

clock

clock: number

documents

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

schema

schema?: SerializedSchema

tombstones

tombstones?: Record<string, number>

StoreValidatorTLSyncLog