| 8 | } |
| 9 | |
| 10 | export interface LineShape { |
| 11 | id: string; |
| 12 | initialX: number; |
| 13 | initialY: number; |
| 14 | x: number; |
| 15 | y: number; |
| 16 | } |
| 17 | |
| 18 | export interface RectangleShape { |
| 19 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected