Skip to content

Commit

Permalink
refactor(cluster): export ClusterAdapterOptions and MessageType types
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 22, 2024
1 parent ca397f3 commit 9d4c4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,10 @@ function shouldIncludePacket(
export {
ClusterAdapter,
ClusterAdapterWithHeartbeat,
ClusterAdapterOptions,
ClusterMessage,
ClusterResponse,
MessageType,
ServerId,
Offset,
} from "./cluster-adapter";

0 comments on commit 9d4c4a7

Please sign in to comment.