UNPKG

scheunemann-interfaces

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