mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export enum ButtonMenuActions {
|
|
OPEN_MENU = "goto",
|
|
MODIFY_ROLE = "grant",
|
|
}
|