[feature] add interfaces for classes

This commit is contained in:
Janis
2023-06-29 01:10:08 +02:00
parent 3d99e206c1
commit 98deb4db19
4 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
// Classes
export interface ITS5Connection {
export interface ITS5ConnectionHandler {
ws: WebSocket;
authenticated: boolean;
remoteAppPort: number;