UNPKG

@accounter/server

Version:

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

3 lines (2 loc) 160 B
import type { IGetTransactionsByIdsResult } from '../types.js'; export declare function isTransactionsValid(transaction: IGetTransactionsByIdsResult): boolean;