Jelajahi Sumber

feat(types): 更新IBudgetData

LuoHaoxuan 3 tahun lalu
induk
melakukan
ddc5f01100
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      types/src/interface/budgetData.ts

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

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