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; /**