UNPKG
@myno_21/imdb-scraper
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Get imdb information easily & quickly.
github.com/TrishCX/Imdb-Scraper
@myno_21/imdb-scraper
/
src
/
typings
/
Common
/
Show.d.ts
15 lines
(14 loc)
•
328 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export interface IShow { title?: string; imageURL?: string; description?: string; seasons?: string | number; aired?: string; end?: string; duration?: string; episodes?: string | number; imdbRating: number; popularity?: string; genres?: string[]; reviews?: string; }