UNPKG

google-wallet

Version:
10 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NfcConstraintEnum = void 0; var NfcConstraintEnum; (function (NfcConstraintEnum) { NfcConstraintEnum["NFC_CONSTRAINT_UNSPECIFIED"] = "NFC_CONSTRAINT_UNSPECIFIED"; NfcConstraintEnum["BLOCK_PAYMENT"] = "BLOCK_PAYMENT"; NfcConstraintEnum["BLOCK_CLOSED_LOOP_TRANSIT"] = "BLOCK_CLOSED_LOOP_TRANSIT"; })(NfcConstraintEnum || (exports.NfcConstraintEnum = NfcConstraintEnum = {})); //# sourceMappingURL=NfcConstraint.js.map