fix(core): update
This commit is contained in:
@ -3,3 +3,9 @@ export interface ITypedRequest {
|
||||
request: object;
|
||||
response: object;
|
||||
}
|
||||
|
||||
export interface IBroadCastEvent<T> {
|
||||
broadcastMessage: string;
|
||||
uniqueEventId: string;
|
||||
payload: T;
|
||||
}
|
||||
|
Reference in New Issue
Block a user