| 25 | } |
| 26 | |
| 27 | export interface EllipseShape { |
| 28 | id: string; |
| 29 | x: number; |
| 30 | y: number; |
| 31 | radiusX: number; |
| 32 | radiusY: number; |
| 33 | } |
| 34 | |
| 35 | export interface ArrowShape { |
| 36 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected