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

schema_activities_list

import type { schema_activities_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_activities_list extends param {
channelId?: string;
maxResults?: number;
mine?: boolean;
pageToken?: string;
part: string;
publishedAfter?: string;
publishedBefore?: string;
regionCode?: string;
}

§Extends

§Properties

§
channelId?: string
[src]
§
maxResults?: number
[src]
§
mine?: boolean
[src]
§
pageToken?: string
[src]
§
part: string
[src]
§
publishedAfter?: string
[src]
§
publishedBefore?: string
[src]
§
regionCode?: string
[src]