google-wallet
Version:
Google wallet library for Node.js
20 lines • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SectionLabelEnum = void 0;
var SectionLabelEnum;
(function (SectionLabelEnum) {
SectionLabelEnum["SECTION_LABEL_UNSPECIFIED"] = "SECTION_LABEL_UNSPECIFIED";
SectionLabelEnum["SECTION"] = "SECTION";
/**
* This item is deprecated!
* @deprecated
*/
SectionLabelEnum["section"] = "section";
SectionLabelEnum["THEATER"] = "THEATER";
/**
* This item is deprecated!
* @deprecated
*/
SectionLabelEnum["theater"] = "theater";
})(SectionLabelEnum || (exports.SectionLabelEnum = SectionLabelEnum = {}));
//# sourceMappingURL=SectionLabel.js.map