Interface YearsResponse

YearsResponse ($ref: "VideoLibrary.GetYears.Response") Response structure for the GetYears method.

interface YearsResponse {
    years: number[];
}

Properties

Properties

years: number[]