fix(core): update

This commit is contained in:
Philipp Kunz 2020-02-20 22:01:58 +00:00
parent 61a672f81d
commit 6b1791e578

View File

@ -11,7 +11,7 @@ export interface ITypedRequest {
export type implementsTR<T, U extends T> = {};
export interface IBroadCastEvent<T> {
export interface ITypedEvent<T> {
name: string;
uniqueEventId: string;
payload: T;