5 lines
50 B
5 lines
50 B
4 years ago
|
export enum UserType {
|
||
|
PLEX = 1,
|
||
|
LOCAL = 2,
|
||
|
}
|