scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
11 lines (10 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ESponsorshipValues = void 0;
var ESponsorshipValues;
(function (ESponsorshipValues) {
ESponsorshipValues["MERCHANT"] = "MERCHANT";
ESponsorshipValues["PARTNER"] = "PARTNER";
ESponsorshipValues["PROVIDER"] = "PROVIDER";
ESponsorshipValues["UNKNOWN"] = "UNKNOWN";
})(ESponsorshipValues || (exports.ESponsorshipValues = ESponsorshipValues = {}));