schema_subscriptions_list
import type { schema_subscriptions_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_subscriptions_list extends param {
channelId?: string;
forChannelId?: string;
id?: string;
maxResults?: number;
mine?: boolean;
myRecentSubscribers?: boolean;
mySubscribers?: boolean;
onBehalfOfContentOwner?: string;
onBehalfOfContentOwnerChannel?: string;
order?: "alphabetical" | "relevance" | "unread";
pageToken?: string;
part: string;
}