Skip to content

Commit 74142ca

Browse files
committed
WIP add company enum user type
1 parent f5eb44c commit 74142ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/src/_common/enum/user-type.enum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export enum UserType {
33
OPERATOR = 1,
44
AGENT = 2,
55
CLIENT = 3,
6+
COMPANY = 4,
67
OTHER = 99,
78
}
89

0 commit comments

Comments
 (0)