Interface ChannelPlaylistsOptions

Name

ChannelPlaylistsOptions

Description

Options for fetching playlists on a channel.

Param: sorting

Sort by...

Param: limit

How many playlists to return.

interface ChannelPlaylistsOptions {
    limit?: number;
    sorting?: ChannelPlaylistsSorting;
}

Hierarchy (view full)

Properties

Properties

limit?: number

Generated using TypeDoc