UNPKG

wallee

Version:
7 lines (6 loc) 131 B
declare enum AccountType { MASTER = "MASTER", REGULAR = "REGULAR", SUBACCOUNT = "SUBACCOUNT" } export { AccountType };