|
|
@@ -15,7 +15,7 @@ export interface ReportTree {
|
|
|
isDeleted: boolean;
|
|
|
name: string;
|
|
|
items: ReportSubTree[] | null;
|
|
|
- flags?: { constructSumType?: string | null, taxType?: number | null, auditType?: string | null };
|
|
|
+ flags?: { constructSumType?: string | null, taxType?: string | null, auditType?: string | null };
|
|
|
}
|
|
|
|
|
|
|