mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
refactor: financial reports to nestjs
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import * as R from 'ramda';
|
||||
import { get, isEmpty } from 'lodash';
|
||||
import { Constructor } from '@/common/types/Constructor';
|
||||
import { GConstructor } from '@/common/types/Constructor';
|
||||
import { FinancialSheet } from './FinancialSheet';
|
||||
|
||||
export const FinancialHorizTotals = <T extends Constructor>(Base: T) =>
|
||||
class extends Base {
|
||||
export const FinancialHorizTotals = <T extends GConstructor<FinancialSheet>>(
|
||||
Base: T,
|
||||
) =>
|
||||
class FinancialHorizTotals extends Base {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user