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