@accounter/server
Version:
5 lines (4 loc) • 323 B
TypeScript
import type { Currency } from '../../../shared/enums.js';
import type { FinancialAmount } from '../../../__generated__/types.js';
import type { IGetChargesByIdsResult } from '../types.js';
export declare function calculateTotalAmount(charge: IGetChargesByIdsResult, defaultLocalCurrency: Currency): FinancialAmount | null;