Added leftServer handling to members list #130

This commit is contained in:
2023-02-18 12:14:04 +01:00
parent afff27b273
commit 7d67b08ce6
11 changed files with 97 additions and 43 deletions

View File

@@ -24,5 +24,5 @@ export interface UserDTO {
modifiedAt: string;
isTechnician: boolean;
isAdmin: boolean;
IsModerator: boolean;
isModerator: boolean;
}