UNPKG
ynab-api-importer
Version:
latest (3.0.25)
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
Import bank transactions into YNAB
ynab-api-importer
/
dist
/
adapters
/
bnz
/
index.d.ts
3 lines
(2 loc)
•
91 B
TypeScript
View Raw
1
2
3
import
{
Adapters
}
from
"../../"
;
export
declare
const
bnzAdapter
:
Adapters
.
TBankAdapter
;