export interface Erro {
    mensagem: string;
}
