UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

4 lines (3 loc) 273 B
import type { LedgerProto } from '../../../shared/types/index.js'; import { IGetChargesByIdsResult } from '../../charges/types.js'; export declare function generateMiscExpensesLedger(charge: IGetChargesByIdsResult, context: GraphQLModules.Context): Promise<LedgerProto[]>;