fix(core): update
This commit is contained in:
6
ts/interfaces/tag.ts
Normal file
6
ts/interfaces/tag.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ITag <T = any> {
|
||||
id: string;
|
||||
payload: T;
|
||||
}
|
||||
|
||||
export type TTagStore = {[key: string]: ITag};
|
||||
Reference in New Issue
Block a user