RenaiApp/src/main/modules/nhentai/i-nhentai-app-window.d.ts

6 lines
176 B
TypeScript
Raw Normal View History

import { IUrlAppWindow } from '../app-window/i-url-app-window';
export interface INhentaiAppWindow extends IUrlAppWindow {
getFavorites(): Promise<NodeJS.ReadableStream>;
}