UNPKG

@accounter/server

Version:
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;