mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-26 08:22:53 -05:00
5 lines
50 B
TypeScript
5 lines
50 B
TypeScript
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
}
|