add new websocket http rest and notify components
This commit is contained in:
@@ -3,6 +3,7 @@ export type Subscribe = {
|
||||
path?: string | undefined;
|
||||
depth?: number;
|
||||
value?: string | number | boolean | undefined;
|
||||
hasChild?: boolean;
|
||||
};
|
||||
|
||||
export type Subs = Subscribe[];
|
||||
|
Reference in New Issue
Block a user