fix(core): update
This commit is contained in:
parent
a971c6e1bc
commit
0cf6aab426
@ -1,4 +1,4 @@
|
||||
export interface ICsvParser {
|
||||
parse: () => Promise<any>;
|
||||
|
||||
export abstract class AcCsvParser<T> {
|
||||
public abstract transactionArray: T[];
|
||||
public abstract async getTransactions (): Promise<T>;
|
||||
}
|
1
ts/interfaces/index.ts
Normal file
1
ts/interfaces/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './csvparser';
|
Loading…
Reference in New Issue
Block a user