From a544e367066c5a2f9c9471b21d034559e518e6be Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 24 Jul 2023 02:29:04 +0200 Subject: [PATCH] export more types --- src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 51c74a3..796a70e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,6 @@ import useTSRemoteApp from "./hooks/useTSRemoteApp"; - - -export type { IChannel, IClient, IConnection, IAuthSenderPayload } from "./interfaces/teamspeak"; +export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "./interfaces/teamspeak"; export default useTSRemoteApp; \ No newline at end of file