Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

schema_videos_list

import type { schema_videos_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_videos_list extends param {
chart?: "mostPopular";
hl?: string;
id?: string;
locale?: string;
maxHeight?: number;
maxResults?: number;
maxWidth?: number;
myRating?: "dislike" | "like";
onBehalfOfContentOwner?: string;
pageToken?: string;
part: string;
regionCode?: string;
videoCategoryId?: string;
}

§Extends

§Properties

§
chart?: "mostPopular"
[src]
§
hl?: string
[src]
§
id?: string
[src]
§
locale?: string
[src]
§
maxHeight?: number
[src]
§
maxResults?: number
[src]
§
maxWidth?: number
[src]
§
myRating?: "dislike" | "like"
[src]
§
onBehalfOfContentOwner?: string
[src]
§
pageToken?: string
[src]
§
part: string
[src]
§
regionCode?: string
[src]
§
videoCategoryId?: string
[src]