mirror of
https://github.com/zoriya/flood.git
synced 2026-05-25 00:13:18 +00:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export enum AccessLevel {
|
|
USER = 5,
|
|
ADMINISTRATOR = 10,
|
|
}
|