5 lines
No EOL
64 B
TypeScript
5 lines
No EOL
64 B
TypeScript
export enum UserLevel {
|
|
Unknown = 0,
|
|
User = 10,
|
|
Admin = 999
|
|
} |