Type alias SchematicDrawing
SchematicDrawing: { height: number; schematic_component_id: string; type: "schematic_box"; width: number; x: number; y: number } | { schematic_component_id: string; type: "schematic_line"; x1: number; x2: number; y1: number; y2: number } | { align: string; drawing_type: "text"; schematic_component_id: string; text: string; type: "schematic_drawing"; x: number; y: number }