We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a679949 commit a469137Copy full SHA for a469137
1 file changed
typings/index.d.ts
@@ -229,7 +229,7 @@ declare namespace local {
229
* @param {{[argName: string]: string}} argsDescription
230
* @return {(Command | string)}
231
*/
232
- description(str: string, argsDescription?: {[key: string]: any}): Command;
+ description(str: string, argsDescription?: {[argName: string]: string}): Command;
233
description(): string;
234
235
/**
0 commit comments