fix(core): update
This commit is contained in:
parent
61a672f81d
commit
6b1791e578
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user