BIG WIP of refactoring my work in TS
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Group } from "./Group";
|
||||
import { PointInterface } from "./Websocket/PointInterface";
|
||||
|
||||
export interface Userinteface {
|
||||
group: Group,
|
||||
pointInterface: PointInterface
|
||||
}
|
||||
Reference in New Issue
Block a user