Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Upgrade UserGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
aduchate committed Apr 30, 2022
1 parent 477d2f6 commit b1de8da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion icc-api/model/UserGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export class UserGroup {
}

groupId?: string
userId?: string
groupName?: string
userId?: string
login?: string
name?: string
email?: string
phone?: string
}

0 comments on commit b1de8da

Please sign in to comment.