diff --git a/denops/aider/main.ts b/denops/aider/main.ts index 5c0708c..4bbad19 100644 --- a/denops/aider/main.ts +++ b/denops/aider/main.ts @@ -45,6 +45,8 @@ export async function main(denops: Denops): Promise { /** * Commandは、メソッド名とその実装を含むコマンドオブジェクトを定義します。 + * @property {string} methodName - Denopsディスパッチャーで使用されるメソッド名 + * @property {ImplType} impl - コマンドの実装関数 */ type Command = { methodName: string;