CompanyOwnershipData<TEntity extends Entity, TConnection extends Connection>

The company ownership data consisting of Entitys and Connections.

Type
{
companies: TEntity[]
connections: TConnection[]
}