google-wallet
Version:
Google wallet library for Node.js
14 lines • 455 B
JavaScript
;
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