mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-07 23:20:27 -05:00
6 lines
66 B
TypeScript
6 lines
66 B
TypeScript
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
JELLYFIN = 3,
|
|
}
|