import { Rectangle } from "../rects/rectangles"; export interface Door { day?: number; position: Rectangle; }