import type * as ELT from '@/Components/Calculation/Form/ELT/types'; export const defaultRow: ELT.Row = { id: '', insuranceCondition: null, key: '', message: null, metodCalc: 'ELT', name: '', numCalc: '0', requestId: '', skCalcId: '', status: null, sum: 0, totalFranchise: 0, };