mirror of
https://github.com/BreizhHardware/jellyseerr.git
synced 2026-03-18 21:50:40 +01:00
6 lines
66 B
TypeScript
6 lines
66 B
TypeScript
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
JELLYFIN = 3,
|
|
}
|