/** * This file was auto-generated by Fern from our API Definition. */ /** * Data required to update an onboarding datapoint */ export interface OnboardingDatapointUpdate { /** The source of the datapoint, e.g., "company-research", "user-input". */ source?: string; /** The JSON data to store in the datapoint. */ data?: any; }