export type TagEntityAssociationsObject = { tagId: string; entityType: string; entitiesToAssociate?: Array; entitiesToDisassociate?: Array; };