export type api_UpdateCompanyInput = { /** * CustomFields holds custom field values keyed by custom field key. */ customFields?: any; /** * Name is the company's display name. */ name?: string; };