import { BBounds } from './Bounds'; export interface BCopyright { id: number; content: string; bounds: BBounds; }