diff --git a/packages/framework/presence/src/index.ts b/packages/framework/presence/src/index.ts index efc31250babe..7412ec04f414 100644 --- a/packages/framework/presence/src/index.ts +++ b/packages/framework/presence/src/index.ts @@ -37,11 +37,11 @@ export type { PresenceWorkspaceAddress, } from "./types.js"; -export type { - ClientSessionId, - IPresence, - ISessionClient, - PresenceEvents, +export { + type ClientSessionId, + type IPresence, + type ISessionClient, + type PresenceEvents, SessionClientStatus, } from "./presence.js";