import type { companies_ManageCompanyClientError } from './companies_ManageCompanyClientError'; export type company_addClientToCompanyResponse = { /** * AddClientErrors lists the clients that could not be added, with the reason for each. */ addClientErrors?: Array; /** * AddedClientIDs are the IDs of the clients successfully added to the company. */ addedClientIds?: Array; };