mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-11-03 06:53:51 +01:00
[feature] add interfaces for classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Classes
|
||||
export interface ITS5Connection {
|
||||
export interface ITS5ConnectionHandler {
|
||||
ws: WebSocket;
|
||||
authenticated: boolean;
|
||||
remoteAppPort: number;
|
||||
|
||||
Reference in New Issue
Block a user