fix build
This commit is contained in:
parent
e2dd8c6a65
commit
ba283d3b99
29
apps/web/process/supplier-agent/lib/types.ts
Normal file
29
apps/web/process/supplier-agent/lib/types.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import type * as Values from '@/Components/Calculation/config/map/values';
|
||||
|
||||
export type AgentsFields = Extract<
|
||||
Values.Elements,
|
||||
| 'selectCalcBroker'
|
||||
| 'selectCalcDoubleAgent'
|
||||
| 'selectCalcFinDepartment'
|
||||
| 'selectDealerBroker'
|
||||
| 'selectDealerPerson'
|
||||
| 'selectIndAgent'
|
||||
>;
|
||||
export type AgentsRewardConditionsFields = Extract<
|
||||
Values.Elements,
|
||||
| 'selectCalcBrokerRewardCondition'
|
||||
| 'selectCalcDoubleAgentRewardCondition'
|
||||
| 'selectDealerBrokerRewardCondition'
|
||||
| 'selectDealerRewardCondition'
|
||||
| 'selectFinDepartmentRewardCondtion'
|
||||
| 'selectIndAgentRewardCondition'
|
||||
>;
|
||||
export type AgentsSumFields = Extract<
|
||||
Values.Elements,
|
||||
| 'tbxCalcBrokerRewardSum'
|
||||
| 'tbxCalcDoubleAgentRewardSumm'
|
||||
| 'tbxDealerBrokerRewardSumm'
|
||||
| 'tbxDealerRewardSumm'
|
||||
| 'tbxFinDepartmentRewardSumm'
|
||||
| 'tbxIndAgentRewardSumm'
|
||||
>;
|
||||
Loading…
x
Reference in New Issue
Block a user