3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
zeppelin/src/data/ApiRoles.ts
2019-06-23 19:18:41 +03:00

6 lines
75 B
TypeScript

export enum ApiRoles {
Viewer = 1,
Editor,
Manager,
ServerOwner,
}