Skip to content

Commit

Permalink
fix(client-presence): export SessionClientStatus type and constant (m…
Browse files Browse the repository at this point in the history
…icrosoft#23062)

## Description

Currently only exporting SessionClientStatus, this change exports both
the type and the constant values
  • Loading branch information
WillieHabi authored Nov 12, 2024
1 parent c59225d commit c7730cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/framework/presence/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit c7730cc

Please sign in to comment.