@@ -227,6 +227,9 @@ export interface IProcedureItem {
dynamicSteps?: SimpleDynamicStep[];
stepMatters?: IStepMatter[];
nextProcessSectorType?: SectorType;
+ conclusion?: string;
+ addition?: string;
+ reduction?: string;
}
export interface IApproval {