UNPKG
fitr
Version:
latest (0.2.0)
0.2.0
0.1.0
Financial Investment Tracker
github.com/adimoldovan/fitr
adimoldovan/fitr
fitr
/
dist
/
commands
/
interactiveTransaction.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
/** * Interactively prompt for transaction details and add the transaction */
export
declare
function
interactiveAddTransaction
(
):
Promise
<
void
>;