diff --git a/packages/mls-client/src/index.ts b/packages/mls-client/src/index.ts index b538d9afd..438a6edbc 100644 --- a/packages/mls-client/src/index.ts +++ b/packages/mls-client/src/index.ts @@ -14,3 +14,4 @@ export { GroupUpdatedCodec, } from './codecs/GroupUpdatedCodec' export type { StreamCallback } from './AsyncStream' +export { GroupPermissions } from '@xmtp/mls-client-bindings-node'