@accounter/server
Version:
The test suite is split into three Vitest projects for efficiency and isolation:
4 lines (3 loc) • 327 B
TypeScript
import type { LedgerProto } from '../../../shared/types/index.js';
import type { IGetChargesByIdsResult } from '../../charges/types.js';
export declare function handleCrossYearLedgerEntries(charge: IGetChargesByIdsResult, context: GraphQLModules.Context, accountingLedgerEntries: LedgerProto[]): Promise<LedgerProto[] | null>;