first commit
This commit is contained in:
8
src/models/Subscribe.ts
Normal file
8
src/models/Subscribe.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Subscribe = {
|
||||
uuid?: string;
|
||||
path?: string;
|
||||
depth?: number;
|
||||
value?: string | undefined;
|
||||
};
|
||||
|
||||
export type Subs = Subscribe[];
|
Reference in New Issue
Block a user