We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eb44c commit 74142caCopy full SHA for 74142ca
service/src/_common/enum/user-type.enum.ts
@@ -3,6 +3,7 @@ export enum UserType {
3
OPERATOR = 1,
4
AGENT = 2,
5
CLIENT = 3,
6
+ COMPANY = 4,
7
OTHER = 99,
8
}
9
0 commit comments