import type { FormTabRows } from '../../lib/render-rows'; export const id = 'insurance'; export const title = 'Страхование'; export const rows: FormTabRows = [ [['tbxLeaseObjectYear', 'selectLeaseObjectUseFor', 'selectLegalClientRegion']], [['selectEngineType', 'tbxInsFranchise', 'selectLegalClientTown']], [['selectLeaseObjectCategory', 'tbxMileage', 'tbxINNForCalc']], [['tbxLeaseObjectMotorPower', 'cbxWithTrailer', 'selectGPSBrand']], [['tbxEngineVolume', 'cbxInsDecentral', 'selectGPSModel']], [['selectLeasingWithoutKasko', 'selectInsNSIB']], ];