UNPKG

google-wallet

Version:
14 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RowLabelEnum = void 0; var RowLabelEnum; (function (RowLabelEnum) { RowLabelEnum["ROW_LABEL_UNSPECIFIED"] = "ROW_LABEL_UNSPECIFIED"; RowLabelEnum["ROW"] = "ROW"; /** * This item is deprecated! * @deprecated */ RowLabelEnum["row"] = "row"; })(RowLabelEnum || (exports.RowLabelEnum = RowLabelEnum = {})); //# sourceMappingURL=RowLabel.js.map