make new folder for reuse ngLib add new features for datatree like change add remove rename datapoints improve pingpong
This commit is contained in:
7
src/vueLib/models/Value.ts
Normal file
7
src/vueLib/models/Value.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { UUID } from 'crypto';
|
||||
|
||||
export interface Value {
|
||||
uuid?: UUID;
|
||||
path: string;
|
||||
value: number | string | undefined;
|
||||
}
|
Reference in New Issue
Block a user