UNPKG

wallee

Version:
11 lines (10 loc) 419 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankAccountState = void 0; var BankAccountState; (function (BankAccountState) { BankAccountState["CREATE"] = "CREATE"; BankAccountState["ACTIVE"] = "ACTIVE"; BankAccountState["DELETING"] = "DELETING"; BankAccountState["DELETED"] = "DELETED"; })(BankAccountState || (exports.BankAccountState = BankAccountState = {}));