import type { SiteAppWindowInterface } from '../app-window/site-app-window-interface'; interface NhentaiAppWindowInterface extends SiteAppWindowInterface { getFavorites(): Promise; getGallery(identifier: string): Promise; }