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
/
Similar.d.ts
6 lines
(5 loc)
•
95 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ISimilar
{
id
?:
string
;
title
?:
string
;
imageURL
?:
string
; }