3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 06:11:49 +00:00
zeppelin/src/data/ApiRoles.ts

7 lines
75 B
TypeScript
Raw Normal View History

2019-06-23 19:18:41 +03:00
export enum ApiRoles {
Viewer = 1,
Editor,
Manager,
ServerOwner,
}