mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +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",
|
|
}
|