UNPKG

itch-scraper

Version:

Itch scraper is a scraping tool to get data from itch.io pages.

13 lines 276 B
export declare type GameInput = { authorName: string; title: string; }; export declare type AuthorInput = { name: string; }; export declare type Game = { title: string; description: string; screenshots: string[]; }; //# sourceMappingURL=inputs.d.ts.map