Interface VideoFetchOptions

Name

VideoFetchOptions

Description

Options for fetching videos.

Param: region

Region to fetch the video as.

Param: type

Type of the video to return.

interface VideoFetchOptions {
    region?: string;
    type?: FetchTypes;
}

Hierarchy (view full)

Properties

Properties

region?: string
type?: FetchTypes

Generated using TypeDoc