UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EWithdrawType = void 0; var EWithdrawType; (function (EWithdrawType) { EWithdrawType["MANUAL"] = "MANUAL"; EWithdrawType["AUTOMATIC"] = "AUTOMATIC"; EWithdrawType["SCHEDULED"] = "SCHEDULED"; })(EWithdrawType || (exports.EWithdrawType = EWithdrawType = {}));