From f2c953f0e8769bd6b4494e85b78f5af051561142 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 10 Nov 2019 16:35:43 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 752e243..29f574d 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -5,7 +5,7 @@ export interface ITypedRequest { } export interface IBroadCastEvent { - broadcastMessage: string; + name: string; uniqueEventId: string; payload: T; }