UNPKG

@seniorsistemas/senior-sam

Version:
26 lines 587 B
"use strict"; var CredentialFormat; (function (CredentialFormat) { /** * Cartão */ CredentialFormat["CARD"] = "CARD"; /** * Biometria */ CredentialFormat["BIOMETRY"] = "BIOMETRY"; /** * Placa */ CredentialFormat["LICENSE_PLATE"] = "LICENSE_PLATE"; /** * QR Code */ CredentialFormat["QRCODE"] = "QRCODE"; /** * Bluetooth */ CredentialFormat["BLUETOOTH"] = "BLUETOOTH"; })(CredentialFormat || (CredentialFormat = {})); module.exports = CredentialFormat; //# sourceMappingURL=CredentialFormat.js.map