mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 22:01:50 +00:00
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
export enum ApiRoles {
|
|
Viewer = 1,
|
|
Editor,
|
|
Manager,
|
|
ServerOwner,
|
|
}
|