Files
react-teamspeak-remote-app-api/src/index.ts
2025-01-24 01:04:30 +01:00

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;