mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-29 12:52:13 +01:00
export more types
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user