fix(core): update
This commit is contained in:
@ -58,3 +58,10 @@ export interface ITypedEvent<T> {
|
||||
uniqueEventId: string;
|
||||
payload: T;
|
||||
}
|
||||
|
||||
export interface ITag {
|
||||
name: string;
|
||||
payload: any;
|
||||
}
|
||||
|
||||
export type implementsTag<T, U extends T> = {};
|
||||
|
Reference in New Issue
Block a user