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