We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e003db1 commit f929cb6Copy full SHA for f929cb6
1 file changed
types/modules/command-manager.d.ts
@@ -100,7 +100,7 @@ type CommandManager = {
100
hasSystemCommand: (id: string) => boolean;
101
102
getCustomCommandById: (id: string) => Command | undefined;
103
- getAllCustomCommands: () => Command[];
+ getAllCustomCommands: () => CommandDefinition[];
104
/**
105
* Creates a new custom command or updates an existing one.
106
* @param command the command to create/update.
0 commit comments