UNPKG

wallee

Version:
6 lines (5 loc) 122 B
declare enum BankTransactionState { UPCOMING = "UPCOMING", SETTLED = "SETTLED" } export { BankTransactionState };