/** * This file was auto-generated by Fern from our API Definition. */ /** * The configuration for a company research job */ export interface CompanyResearchJobConfig { /** The onboarding id */ onboardingId: string; /** The url of the company to research */ url?: string; /** The name of the company to research */ companyName?: string; }