UNPKG

@accounter/server

Version:

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

4 lines (3 loc) 267 B
import { Currency } from '../../../shared/enums.js'; import type { IInsertLedgerRecordsParams } from '../types.js'; export declare function validateLedgerRecordParams(record: IInsertLedgerRecordsParams['ledgerRecords'][number], defaultLocalCurrency: Currency): void;