UNPKG

react-ts5-remote-app-api

Version:

React hook/api for the TeamSpeak5 remote app feature

12 lines (11 loc) 268 B
export interface ITSRemoteAppOptions { remoteAppPort: number; logging: boolean; auth: ITSRemoteAppAuthPayloadOptions, } export interface ITSRemoteAppAuthPayloadOptions { identifier: string, version: string, name: string, description: string }