export interface SearchCompanyInfoResponse { searchCompanyInfo: { address: string; blocked: boolean; city: string; cnpj: string; email: string; name: string; state: string; status: string; tradeName: string; }; }