2023-01-11 11:26:08 +03:00

11 lines
257 B
TypeScript

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