fix datatree sub and unsubscribe at tree
This commit is contained in:
@@ -7,5 +7,6 @@ export type Response = {
|
||||
get?: Gets;
|
||||
set?: Sets;
|
||||
subscribe?: Subs;
|
||||
unsubscribe?: Subs;
|
||||
publish?: Pubs;
|
||||
};
|
||||
|
Reference in New Issue
Block a user