interface ReadSnapshotsContext {
    action: keyof ActionContextMap;
    agent: Agent<any>;
    backend: sharedb;
    collection: string;
    snapshots: sharedb.Snapshot[];
    snapshotType: SnapshotType;
}

Hierarchy (view full)

Properties

action: keyof ActionContextMap
agent: Agent<any>
backend: sharedb
collection: string
snapshots: sharedb.Snapshot[]
snapshotType: SnapshotType