cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EWithdrawType = exports.EWithdrawStatus = exports.EWithdrawRecurrenceInterval = exports.EPixValidation = void 0;
var pix_validation_enum_1 = require("./pix-validation.enum");
Object.defineProperty(exports, "EPixValidation", { enumerable: true, get: function () { return pix_validation_enum_1.EPixValidation; } });
var withdraw_recurrence_interval_enum_1 = require("./withdraw-recurrence-interval.enum");
Object.defineProperty(exports, "EWithdrawRecurrenceInterval", { enumerable: true, get: function () { return withdraw_recurrence_interval_enum_1.EWithdrawRecurrenceInterval; } });
var withdraw_status_enum_1 = require("./withdraw-status.enum");
Object.defineProperty(exports, "EWithdrawStatus", { enumerable: true, get: function () { return withdraw_status_enum_1.EWithdrawStatus; } });
var withdraw_type_enum_1 = require("./withdraw-type.enum");
Object.defineProperty(exports, "EWithdrawType", { enumerable: true, get: function () { return withdraw_type_enum_1.EWithdrawType; } });