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