fix scene load and add first version UpdateValueDialog
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export type Publish = {
|
||||
event: string;
|
||||
uuid?: string;
|
||||
path?: string;
|
||||
type?: string;
|
||||
value?: undefined;
|
||||
uuid: string;
|
||||
path: string;
|
||||
type: string;
|
||||
value: undefined;
|
||||
};
|
||||
export type Pubs = Publish[];
|
||||
|
Reference in New Issue
Block a user