11 lines
257 B
TypeScript
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',
|
|
];
|