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