This commit is contained in:
Hanusiak Piotr
2022-03-02 17:00:43 +01:00
parent ef22d4ba20
commit a0205bf682
13 changed files with 57 additions and 44 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export interface GroupCreatedUpdatedMessageInterface {
export interface LockGroupMessageInterface {
groupId: number;
locked: boolean;
lock: boolean;
}
export interface GroupUsersUpdateMessageInterface {