import type { ElementsRow } from '../../lib/render-rows'; export const id = 'payments'; export const title = 'Платежи'; export const elements: ElementsRow['0'] = [ 'selectSeasonType', 'tbxParmentsDecreasePercent', 'selectHighSeasonStart', ];