17 lines
304 B
TypeScript

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,
};