UNPKG

google-wallet

Version:
20 lines 676 B
"use strict"; 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