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

schema_playlistItems_list

import type { schema_playlistItems_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_playlistItems_list extends param {
id?: string;
maxResults?: number;
onBehalfOfContentOwner?: string;
pageToken?: string;
part: string;
playlistId?: string;
videoId?: string;
}

§Extends

§Properties

§
id?: string
[src]
§
maxResults?: number
[src]
§
onBehalfOfContentOwner?: string
[src]
§
pageToken?: string
[src]
§
part: string
[src]
§
playlistId?: string
[src]
§
videoId?: string
[src]