From a4691373f301a6f3060078899eab4fd8d1a8fa8c Mon Sep 17 00:00:00 2001 From: kira1928 Date: Thu, 14 Mar 2019 22:50:56 +0800 Subject: [PATCH] some more fix. --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 4c5a8dc5a..bcda2771e 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -229,7 +229,7 @@ declare namespace local { * @param {{[argName: string]: string}} argsDescription * @return {(Command | string)} */ - description(str: string, argsDescription?: {[key: string]: any}): Command; + description(str: string, argsDescription?: {[argName: string]: string}): Command; description(): string; /**