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