BIG WIP of refactoring my work in TS
This commit is contained in:
parent
af5d2a5a97
commit
fbfc208129
12 changed files with 274 additions and 11 deletions
7
back/src/Model/UserInterface.ts
Normal file
7
back/src/Model/UserInterface.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { Group } from "./Group";
|
||||
import { PointInterface } from "./Websocket/PointInterface";
|
||||
|
||||
export interface Userinteface {
|
||||
group: Group,
|
||||
pointInterface: PointInterface
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue