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

schema_comments_list

import type { schema_comments_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_comments_list extends param {
id?: string;
maxResults?: number;
pageToken?: string;
parentId?: string;
part: string;
textFormat?: "html" | "plainText";
}

§Extends

§Properties

§
id?: string
[src]
§
maxResults?: number
[src]
§
pageToken?: string
[src]
§
parentId?: string
[src]
§
part: string
[src]
§
textFormat?: "html" | "plainText"
[src]