Interface PlaylistFetchOptions

Name

PlaylistFetchOptions

Description

Playlist fetch filter.

Param: type

Type of the playlist to return.

Param: limit

Amount of videos to return.

interface PlaylistFetchOptions {
    limit?: number;
    type?: FetchTypes;
}

Hierarchy (view full)

Properties

Properties

limit?: number
type?: FetchTypes

Generated using TypeDoc