export more types

This commit is contained in:
Janis
2023-07-24 02:29:04 +02:00
parent 6929749b2a
commit a544e36706

View File

@@ -1,8 +1,6 @@
import useTSRemoteApp from "./hooks/useTSRemoteApp"; import useTSRemoteApp from "./hooks/useTSRemoteApp";
export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "./interfaces/teamspeak";
export type { IChannel, IClient, IConnection, IAuthSenderPayload } from "./interfaces/teamspeak";
export default useTSRemoteApp; export default useTSRemoteApp;