diff --git a/lib/index.ts b/lib/index.ts index 7743723..acb4248 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -509,8 +509,10 @@ function shouldIncludePacket( export { ClusterAdapter, ClusterAdapterWithHeartbeat, + ClusterAdapterOptions, ClusterMessage, ClusterResponse, + MessageType, ServerId, Offset, } from "./cluster-adapter";