1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 00:58:16 -05:00
Files
jellyseerr/server/constants/user.ts

5 lines
50 B
TypeScript

export enum UserType {
PLEX = 1,
LOCAL = 2,
}