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