/**
 * Created by jd on 08/09/2015.
 */
interface IConsultaTipo
{
    ConsultaTipoID: number;
    Nome: string;
    HasErrors: boolean;

}