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;