Explorar el Código

feat(types): 完善IBudgetData接口

LuoHaoxuan hace 3 años
padre
commit
d9d99907cc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/budgetData.ts

+ 2 - 0
types/src/interface/budgetData.ts

@@ -32,4 +32,6 @@ export interface IBudgetData {
   reportingInstructions?: string;
   approvalType?: string;
   conditions: [condition];
+  delegateApprovalUnit: string;
+  delegateApprovalUnitReceiver: string;
 }