This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-23 09:49:15 +03:00

14 lines
268 B
TypeScript

import { IGroup } from 'core/types/Calculation/components';
export const resultsTable: IGroup[] = [
{
style: { columnsNumber: 1 },
blocks: [
{
title: 'График платежей',
elements: ['tableResults'],
},
],
},
];