mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export enum AccessLevel {
|
|
USER = 5,
|
|
ADMINISTRATOR = 10,
|
|
}
|