From 6b1791e57863fa8baed4e5aea5662caf612c1550 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 20 Feb 2020 22:01:58 +0000 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 792ca29..0817897 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -11,7 +11,7 @@ export interface ITypedRequest { export type implementsTR = {}; -export interface IBroadCastEvent { +export interface ITypedEvent { name: string; uniqueEventId: string; payload: T;