UNPKG

wallee

Version:
8 lines (7 loc) 160 B
declare enum BankAccountState { CREATE = "CREATE", ACTIVE = "ACTIVE", DELETING = "DELETING", DELETED = "DELETED" } export { BankAccountState };