UNPKG

@accounter/server

Version:
6 lines (5 loc) 233 B
export declare function identifyInterestTransactionIds<T>(transactions: readonly T[], opts: { getId: (row: T) => string; getChargeId: (row: T) => string | null | undefined; getAmount: (row: T) => number; }): Set<string>;