| 54 | } |
| 55 | |
| 56 | interface Rect { |
| 57 | bottom: number; |
| 58 | height: number; |
| 59 | left: number; |
| 60 | right: number; |
| 61 | top: number; |
| 62 | width: number; |
| 63 | x: number; |
| 64 | y: number; |
| 65 | } |
| 66 | interface Tag { tag: string; color: string; position: number, trigger: string, text: string } |
nothing calls this directly
no outgoing calls
no test coverage detected