Skip to content

Commit 53b599f

Browse files
authored
Export membership types (#4405)
Signed-off-by: Johannes Marbach <[email protected]>
1 parent 17f6cc7 commit 53b599f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrix.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export * from "./@types/read_receipts.ts";
7676
export * from "./@types/crypto.ts";
7777
export * from "./@types/extensible_events.ts";
7878
export * from "./@types/IIdentityServerProvider.ts";
79+
export * from "./@types/membership.ts";
7980
export * from "./models/room-summary.ts";
8081
export * from "./models/event-status.ts";
8182
export type { RoomSummary } from "./client.ts";

0 commit comments

Comments
 (0)