Skip to main content
Module

x/youtubei/deno.ts>Generator.MiscInferenceType

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
type alias Generator.MiscInferenceType
import { type Generator } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { MiscInferenceType } = Generator;
definition:
| { type: "misc"; misc_type: "NavigationEndpoint"; optional: boolean; endpoint: NavigationEndpoint; }
| { type: "misc"; misc_type: "Text"; optional: boolean; text: string; endpoint?: NavigationEndpoint; }
| { type: "misc"; misc_type: "Thumbnail"; optional: boolean; }
| { type: "misc"; misc_type: "Author"; optional: boolean; params: [string, string]; }