Skip to content

Commit a469137

Browse files
committedMar 14, 2019
some more fix.
1 parent a679949 commit a469137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎typings/index.d.ts

+1-1
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)
Please sign in to comment.