浏览代码

feat(types): 更新IBudgetData

LuoHaoxuan 3 年之前
父节点
当前提交
ddc5f01100
共有 1 个文件被更改,包括 3 次插入2 次删除
  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;
 }