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 e31bb8a commit a679949Copy full SHA for a679949
typings/index.d.ts
@@ -226,7 +226,7 @@ declare namespace local {
226
* Set the description to `str`.
227
*
228
* @param {string} str
229
- * @param {{[key: string]: any}} argsDescription
+ * @param {{[argName: string]: string}} argsDescription
230
* @return {(Command | string)}
231
*/
232
description(str: string, argsDescription?: {[key: string]: any}): Command;
0 commit comments