fix(build): remove cross import from client to server for UserType

This commit is contained in:
sct
2021-01-14 13:08:48 +00:00
parent 492e19df40
commit 23624bd144
3 changed files with 7 additions and 7 deletions

4
server/constants/user.ts Normal file
View File

@@ -0,0 +1,4 @@
export enum UserType {
PLEX = 1,
LOCAL = 2,
}