fix(core): update
This commit is contained in:
parent
56460edeb2
commit
2017634f87
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@fin.cx/portablefinance',
|
name: '@fin.cx/portablefinance',
|
||||||
version: '1.0.19',
|
version: '1.0.20',
|
||||||
description: 'an interface package for the financeplus organization'
|
description: 'an interface package for the financeplus organization'
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export abstract class AcCsvParser<T> {
|
import { type IMonetaryTransaction } from '../interfaces/transaction.js';
|
||||||
|
|
||||||
|
export abstract class AcCsvParser<TOriginalTrnasction> {
|
||||||
public abstract paymentProviderName: string;
|
public abstract paymentProviderName: string;
|
||||||
public abstract getTransactions(): Promise<T[]>;
|
public abstract getTransactions(): Promise<IMonetaryTransaction[]>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user