update project structure

This commit is contained in:
Janis
2023-07-24 02:00:17 +02:00
parent deae4ca430
commit 6a57754494
12 changed files with 1300 additions and 98 deletions

8
src/index.ts Normal file
View File

@@ -0,0 +1,8 @@
import useTSRemoteApp from "./hooks/useTSRemoteApp";
export type { IChannel, IClient, IConnection, IAuthSenderPayload } from "./interfaces/teamspeak";
export default useTSRemoteApp;