mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
// Keep the order
|
|
export const enum UserRole {
|
|
ADMINISTRATOR = 0,
|
|
MODERATOR = 1,
|
|
USER = 2
|
|
}
|