| 2 | |
| 3 | declare global { |
| 4 | interface Component { |
| 5 | triggerCommand(command: string): void; |
| 6 | } |
| 7 | |
| 8 | interface EditorComponent extends Component { |
| 9 | loadReferenceLinkTitle($el: JQuery<HTMLElement>, href: string): Promise<void>; |
no outgoing calls
no test coverage detected