-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
website/site/docs/plugins/commands.md
Line 107 in f644208
| type MyContext = Context & CommandsFlavor; |
type MyContext = CommandsFlavor<Context>;and
website/site/docs/plugins/commands.md
Lines 115 to 116 in f644208
| const loggedOutCommands = new CommandGroup(); | |
| const loggedInCommands = new CommandGroup(); |
const loggedOutCommands = new CommandGroup<MyContext>();
const loggedInCommands = new CommandGroup<MyContext>();Metadata
Metadata
Assignees
Labels
No labels