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