From c74e8da089aaf07e71473dfe38e922f03c49ed14 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 13:40:25 +0400 Subject: Fixed Signed-off-by: Valentin Popov --- dist/method.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dist/method.d.ts') diff --git a/dist/method.d.ts b/dist/method.d.ts index 61c31d6..fac3163 100644 --- a/dist/method.d.ts +++ b/dist/method.d.ts @@ -1,10 +1,9 @@ -import { Description } from "./types"; import { Message } from "./message"; export declare class Method { - public constructor(methodName: string, description: Description); + public constructor(methodName: string, description: Record); - public readonly description: Description; + public readonly description: Record; public readonly name: string; -- cgit v1.2.3