mirror of
https://github.com/sct/overseerr.git
synced 2025-09-26 20:12:33 +02:00
5 lines
50 B
TypeScript
5 lines
50 B
TypeScript
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
}
|