Interface ChannelVideosOptions

Name

ChannelVideosOptions

Description

Options for fetching videos on a channel.

Param: sorting

Sort by...

Param: limit

How many videos to return.

interface ChannelVideosOptions {
    limit?: number;
    sorting?: ChannelVideosSorting;
}

Hierarchy (view full)

Properties

Properties

limit?: number

Generated using TypeDoc