import { TElements } from 'core/types/Calculation/Store/elements'; import { ComputedValuesNames } from 'core/types/Calculation/Store/values'; const elementsComputedValues: TElements = { labelLeaseObjectRisk: 'leaseObjectRiskName', tbxInsKaskoPriceLeasePeriod: 'insKaskoPriceLeasePeriod', labelIrrInfo: 'irrInfo', labelRegistrationDescription: 'registrationDescription', }; export default elementsComputedValues;