import { DrawData } from './DrawData'; export interface Drawable { draw(draw: DrawData): void; }