From addba3f32985053d7c1ecff89c610a60a1bf3368 Mon Sep 17 00:00:00 2001 From: J Gabriel Gouveia Date: Thu, 14 Jun 2018 00:42:17 -0300 Subject: [PATCH] Rollback in some changes --- types/mosca/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mosca/index.d.ts b/types/mosca/index.d.ts index f120249909..4020f7ad7f 100644 --- a/types/mosca/index.d.ts +++ b/types/mosca/index.d.ts @@ -7,7 +7,7 @@ export class Server { opts: any; modernOpts: any; dedupId: any; - clients: Client[]; + clients: any; closed: boolean; constructor(opts: any, callback?: () => void);