mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-30 13:17:15 +01:00
6 lines
261 B
TypeScript
6 lines
261 B
TypeScript
|
|
import useTSRemoteApp from "hooks/useTSRemoteApp";
|
|
|
|
export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "interfaces/teamspeak";
|
|
|
|
export default useTSRemoteApp; |