fix(build): remove cross import from client to server for UserType
This commit is contained in:
4
server/constants/user.ts
Normal file
4
server/constants/user.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum UserType {
|
||||
PLEX = 1,
|
||||
LOCAL = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user