UNPKG

@seniorsistemas/senior-sam

Version:
20 lines (19 loc) 598 B
/** * 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. */ export declare type CredentialFormat = 'CARD' | 'BIOMETRY' | 'LICENSE_PLATE' | 'QRCODE' | 'BLUETOOTH'; export declare const CredentialFormat: { CARD: CredentialFormat; BIOMETRY: CredentialFormat; LICENSEPLATE: CredentialFormat; QRCODE: CredentialFormat; BLUETOOTH: CredentialFormat; };