UNPKG

@seniorsistemas/senior-sam

Version:
18 lines (17 loc) 522 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 BiometricValidation = 'NONE' | 'ONE_TO_ONE' | 'ONE_TO_MANY'; export declare const BiometricValidation: { NONE: BiometricValidation; ONETOONE: BiometricValidation; ONETOMANY: BiometricValidation; };