cecon-interfaces
Version:
Interfaces de Projetos Cecon
6 lines (5 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WithDrawRequestEntity = void 0;
var withdraw_entity_1 = require("./withdraw.entity");
Object.defineProperty(exports, "WithDrawRequestEntity", { enumerable: true, get: function () { return withdraw_entity_1.WithDrawRequestEntity; } });