UNPKG

scheunemann-interfaces

Version:
11 lines (10 loc) 397 B
"use strict"; 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 = {}));