scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
11 lines (10 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPagBankLinkType = void 0;
var EPagBankLinkType;
(function (EPagBankLinkType) {
EPagBankLinkType["GET"] = "GET";
EPagBankLinkType["POST"] = "POST";
EPagBankLinkType["DELETE"] = "DELETE";
EPagBankLinkType["PUT"] = "PUT";
})(EPagBankLinkType || (exports.EPagBankLinkType = EPagBankLinkType = {}));