export type OccupiedSpace = { left: number; right: number; top: number; bottom: number; id: string; parentId?: string; };