UNPKG

react-teamspeak-remote-app-api

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