import { IconOptions } from '../icon'; export interface EntityOptions extends IconOptions { teamId: string; }