export interface CorpoResposta {
    corpoRetorno?: any;
    statusHttp?: number;
    redirecionamento?: string;
    tipoConteudo?: string;
}
