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