Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9724813028 | |||
e5b39e0709 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@financeplus/finplus-interfaces",
|
"name": "@financeplus/finplus-interfaces",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@financeplus/finplus-interfaces",
|
"name": "@financeplus/finplus-interfaces",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an interface package for the financeplus organization",
|
"description": "an interface package for the financeplus organization",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
export abstract class AcCsvParser<T> {
|
export abstract class AcCsvParser<T> {
|
||||||
|
public abstract paymentProviderName: string;
|
||||||
public abstract transactionArray: T[];
|
public abstract transactionArray: T[];
|
||||||
public abstract async getTransactions(): Promise<T[]>;
|
public abstract async getTransactions(): Promise<T[]>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user