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/subscription.d.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dist/subscription.d.ts') diff --git a/dist/subscription.d.ts b/dist/subscription.d.ts index 30cff6b..3b803dd 100644 --- a/dist/subscription.d.ts +++ b/dist/subscription.d.ts @@ -1,7 +1,8 @@ export declare class Subscription { - public constructor(handle: any, uri: string, args: any); + // @todo Need to "palmbus" + public constructor(handle: any, uri: string, args: Record); - public readonly args: any; + public readonly args: Record; // @todo Need to "palmbus" public readonly handle: any; -- cgit v1.2.3