UNPKG

monzo-ts

Version:
8 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AccountType; (function (AccountType) { AccountType["Prepaid"] = "uk_prepaid"; AccountType["Debit"] = "uk_retail"; })(AccountType = exports.AccountType || (exports.AccountType = {})); //# sourceMappingURL=Account.js.map