make new folder for reuse ngLib add new features for datatree like change add remove rename datapoints improve pingpong
This commit is contained in:
15
src/vueLib/models/Get.ts
Normal file
15
src/vueLib/models/Get.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
type Query = {
|
||||
depth: number;
|
||||
};
|
||||
|
||||
type Get = {
|
||||
uuid?: string;
|
||||
path?: string;
|
||||
type?: string;
|
||||
rights?: string;
|
||||
value?: string | number | boolean | null;
|
||||
query?: Query;
|
||||
hasChild?: boolean;
|
||||
};
|
||||
|
||||
export type Gets = Get[];
|
Reference in New Issue
Block a user