From 92a9e13d5b366aebaa6e4c5acbd345b51f256ffb Mon Sep 17 00:00:00 2001 From: Andres Date: Thu, 20 Feb 2025 07:18:18 -0400 Subject: [PATCH] fix: export ServerError from './errors/ServerError' --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index b44abdc..f3b3383 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ export { Client, JoinOptions } from './Client'; export { Protocol, ErrorCode, SeatReservation } from './Protocol'; export { Room, RoomAvailable } from './Room'; export { Auth, type AuthSettings, type PopupSettings } from "./Auth"; +export { ServerError } from './errors/ServerError'; /* * Serializers