Making groups part of zones
This commit is contained in:
parent
3ca2a5bf68
commit
f5f9dcac04
12 changed files with 245 additions and 188 deletions
6
back/src/Model/Websocket/GroupUpdateInterface.ts
Normal file
6
back/src/Model/Websocket/GroupUpdateInterface.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import {PositionInterface} from "_Model/PositionInterface";
|
||||
|
||||
export interface GroupUpdateInterface {
|
||||
position: PositionInterface,
|
||||
groupId: string,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue