Skip to main content
Module

x/omdb/mod.d.ts>Result

CLI tool for OMDb API
Go to Latest
interface Result
import { type Result } from "https://deno.land/x/omdb@v1.4.0/mod.d.ts";

Properties

title: string
year: number
released: string
runtime: string | null
genre: string[]
director: string[] | null
writer: string[]
actors: string[]
plot: string
language: string
country: string
awards: string
poster: string
ratings: Rating[]
metascore: string
imdbRating: string | null
imdbVotes: string | null
imdbID: string
imdbUrl: string
type: "movie" | "series"
dvd: string
boxOffice: string | null
totalSeasons: number | null
production: string
website: string
response: string