UNPKG

@seniorsistemas/senior-sam

Version:
22 lines 608 B
"use strict"; /** * Aplicação * Serviço do backend da aplicação do Ronda senior X * * * Contact: seniorx-dev@senior.com.br * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CredentialFormat = void 0; exports.CredentialFormat = { CARD: 'CARD', BIOMETRY: 'BIOMETRY', LICENSEPLATE: 'LICENSE_PLATE', QRCODE: 'QRCODE', BLUETOOTH: 'BLUETOOTH' }; //# sourceMappingURL=credentialFormat.js.map