unit test on connect is working, lets start the worst ....
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Group } from "./Group";
|
||||
import { PointInterface } from "./Websocket/PointInterface";
|
||||
|
||||
export interface Userinteface {
|
||||
group: Group,
|
||||
pointInterface: PointInterface
|
||||
export interface UserInterface {
|
||||
id: string,
|
||||
group?: Group,
|
||||
position: PointInterface
|
||||
}
|
||||
Reference in New Issue
Block a user