[feature] add basic viewer

This commit is contained in:
Janis
2023-06-25 19:39:58 +02:00
parent c0f27e85c1
commit 40dbf72fcf
4 changed files with 108 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ export interface IAuthSenderPayload {
export interface IClient {
id: number;
talkStatus: number;
channel: IChannel;
properties: IClientProperties;
}