UNPKG

@accounter/server

Version:
5 lines (4 loc) 363 B
import type { Injector } from 'graphql-modules'; import type { LedgerProto } from '../../../shared/types/index.js'; import type { IGetChargesByIdsResult } from '../../charges/types.js'; export declare function handleCrossYearLedgerEntries(charge: IGetChargesByIdsResult, injector: Injector, accountingLedgerEntries: LedgerProto[]): Promise<LedgerProto[] | null>;