Explorar el Código

feat(types): 更新IBudgetData

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

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

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