@@ -4,6 +4,7 @@ export interface ReportFlags{
}
export interface ReportSubTree {
+ UUID:string,
nodeType: number;
refId: number;
name: string;
@@ -14,6 +15,7 @@ export interface ReportSubTree {
export interface ReportTree {
compilationId: string;
userId: string;
released: boolean;