fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-10 16:35:43 +01:00
parent 5696b3cb19
commit f2c953f0e8

View File

@ -5,7 +5,7 @@ export interface ITypedRequest {
}
export interface IBroadCastEvent<T> {
broadcastMessage: string;
name: string;
uniqueEventId: string;
payload: T;
}