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