import type { TagEntityAssociationsObject } from './TagEntityAssociationsObject'; export type TagAssociationsObject = { tags: Array; };