cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 355 B
JavaScript
;
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 = {}));