Interface SeasonsResponse

SeasonsResponse ($ref: "VideoLibrary.GetSeasons.Response") Response structure for the GetSeasons method.

interface SeasonsResponse {
    seasons: number[];
}

Properties

Properties

seasons: number[]