interface AssociateList {
    physical_person_list: AssociatedPersPhysique[];
    society_list: AssociatedCompany[];
}

Properties

physical_person_list: AssociatedPersPhysique[]
society_list: AssociatedCompany[]