File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ Get a read-only snapshot of a document at the requested version.
243
243
{
244
244
id: string; // ID of the snapshot
245
245
v: number; // version number of the snapshot
246
- type: any; // the OT type of the snapshot, or null if it doesn't exist or is deleted
246
+ type: string; // the OT type of the snapshot, or null if it doesn't exist or is deleted
247
247
data: any; // the snapshot
248
248
}
249
249
```
Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ Connection.prototype._firstSnapshotRequest = function (fn) {
627
627
* {
628
628
* id: string; // ID of the snapshot
629
629
* v: number; // version number of the snapshot
630
- * type: any; // the OT type of the snapshot, or null if it doesn't exist or is deleted
630
+ * type: string; // the OT type of the snapshot, or null if it doesn't exist or is deleted
631
631
* data: any; // the snapshot
632
632
* }
633
633
*
You can’t perform that action at this time.
0 commit comments