Skip to content

Commit 00b1921

Browse files
more internal
1 parent d889986 commit 00b1921

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/common/src/client/sync/bucket/OplogEntry.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { OpId } from './CrudEntry.js';
22
import { OpType, OpTypeJSON } from './OpType.js';
33

4+
/**
5+
* @internal
6+
*/
47
export interface OplogEntryJSON {
58
checksum: number;
69
data?: string;
@@ -11,6 +14,9 @@ export interface OplogEntryJSON {
1114
subkey?: string;
1215
}
1316

17+
/**
18+
* @internal
19+
*/
1420
export class OplogEntry {
1521
static fromRow(row: OplogEntryJSON) {
1622
return new OplogEntry(

0 commit comments

Comments
 (0)