()
| 50 | remotePage: RemotePage | undefined | void; |
| 51 | init?(): void; |
| 52 | getCourseName(): string; |
| 53 | getChapterName(root: HTMLElement): string; |
| 54 | hasJob(): boolean; |
| 55 | getNext(opts: { next: boolean; restudy: boolean }): HTMLElement | undefined; |
no outgoing calls
no test coverage detected