/**
 * Dependentes
 * HCM - Gestão de dependentes
 *
 *
 * 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 interface Country {
    /**
     * Nome do país
     */
    name?: string;
    /**
     * Id do país
     */
    id?: string;
    /**
     * Abreviação do nome do país
     */
    abbreviation?: string;
}
