UNPKG

@accounter/server

Version:

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

6 lines (5 loc) 424 B
import type { Maybe, ResolverFn, ResolversParentTypes, ResolversTypes } from '../../../../__generated__/types.js'; export declare const REVALUATION_LEDGER_DESCRIPTION = "Revaluation of account"; export declare const generateLedgerRecordsForFinancialCharge: ResolverFn<Maybe<ResolversTypes['GeneratedLedgerRecords']>, ResolversParentTypes['Charge'], GraphQLModules.Context, { insertLedgerRecordsIfNotExists: boolean; }>;