export type company_addClientToCompanyRequest = { /** * ClientIDs are the IDs of the clients to add to the company. */ clientIds?: Array; };