google-wallet
Version:
Google wallet library for Node.js
11 lines • 331 B
JavaScript
export var RowLabelEnum;
(function (RowLabelEnum) {
RowLabelEnum["ROW_LABEL_UNSPECIFIED"] = "ROW_LABEL_UNSPECIFIED";
RowLabelEnum["ROW"] = "ROW";
/**
* This item is deprecated!
* @deprecated
*/
RowLabelEnum["row"] = "row";
})(RowLabelEnum || (RowLabelEnum = {}));
//# sourceMappingURL=RowLabel.js.map