fix(core): add ICheckingAccount, IPayment, TCurrency

This commit is contained in:
2018-07-22 18:19:47 +02:00
parent e10a45a4d0
commit 4a54935521
4 changed files with 19 additions and 1 deletions

1
ts/finance/currency.ts Normal file
View File

@ -0,0 +1 @@
export type TCurrency = 'eur' | 'usd' | 'sek'