2024-04-08 21:09:28 +03:00

16 lines
276 B
TypeScript

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