Skip to content

Commit a469137

Browse files
committed
some more fix.
1 parent a679949 commit a469137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ declare namespace local {
229229
* @param {{[argName: string]: string}} argsDescription
230230
* @return {(Command | string)}
231231
*/
232-
description(str: string, argsDescription?: {[key: string]: any}): Command;
232+
description(str: string, argsDescription?: {[argName: string]: string}): Command;
233233
description(): string;
234234

235235
/**

0 commit comments

Comments
 (0)