mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 02:57:20 +00:00

This still needs some cleanup and some functionality straight up doesn't work or is only a POC
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export enum ButtonMenuActions {
|
|
OPEN_MENU = "goto",
|
|
GRANT_ROLE = "grant",
|
|
}
|