UNPKG

roku-ecp

Version:

A Node package designed to control Roku devices using TypeScript

5 lines (4 loc) 158 B
export interface LaunchOptions { contentId?: string; mediaType?: "series" | "season" | "episode" | "movie" | "shortFormVideo" | "special" | "live"; }