import { CoreEntity } from '../core/entity'; export interface EntityTag extends CoreEntity { 'string': string; }