mirror of
https://github.com/agregarr/agregarr.git
synced 2026-01-06 10:29:37 -06:00
5 lines
50 B
TypeScript
5 lines
50 B
TypeScript
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
}
|