export type BBoxType = { minX: number minY: number maxX: number maxY: number }