| 192 | } |
| 193 | |
| 194 | interface IDescription { |
| 195 | title: string; |
| 196 | url: string; |
| 197 | tags: string[]; |
| 198 | companies: string[]; |
| 199 | category: string; |
| 200 | difficulty: string; |
| 201 | likes: string; |
| 202 | dislikes: string; |
| 203 | body: string; |
| 204 | } |
| 205 | |
| 206 | interface IWebViewMessage { |
| 207 | command: string; |
nothing calls this directly
no outgoing calls
no test coverage detected