Skip to content

Commit

Permalink
fix(core): type channel context cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed Sep 27, 2023
1 parent 73a6e53 commit 8ed0ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/lib/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ declare class ChannelStreams {
}

export declare class ChannelContext {
startCursor: string;
endCursor: string;
readBy: { [key: string]: number[] };
}

Expand Down

0 comments on commit 8ed0ba9

Please sign in to comment.