RenaiApp/src/main/modules/nhentai/nhentai.d.ts

5 lines
85 B
TypeScript
Raw Normal View History

export interface IFavorite {
name: string;
torrentFile: NodeJS.ReadableStream;
}