RenaiApp/src/main/modules/nhentai/nhentai-api-interface.d.ts

6 lines
145 B
TypeScript

interface NhentaiApiInterface {
getFavorites(): Promise<NodeJS.ReadableStream>;
getGallery(identifier: string): Promise<Nhentai.Gallery>;
}