UNPKG

wallee

Version:
9 lines (8 loc) 383 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardAuthenticationVersion = void 0; var CardAuthenticationVersion; (function (CardAuthenticationVersion) { CardAuthenticationVersion["V1"] = "V1"; CardAuthenticationVersion["V2"] = "V2"; })(CardAuthenticationVersion || (exports.CardAuthenticationVersion = CardAuthenticationVersion = {}));