YouTube.js
Guide
Discord
❤️ Sponsor
GitHub
Guide
Discord
❤️ Sponsor
GitHub

youtubei.js / Generator / MiscInferenceType

Type Alias: MiscInferenceType

MiscInferenceType = { endpoint: NavigationEndpoint; misc_type: "NavigationEndpoint"; optional: boolean; type: "misc"; } | { endpoint?: NavigationEndpoint; misc_type: "Text"; optional: boolean; text: string; type: "misc"; } | { misc_type: "Thumbnail"; optional: boolean; type: "misc"; } | { misc_type: "Author"; optional: boolean; params: [string, string?]; type: "misc"; }

Defined in: src/parser/generator.ts:15

Edit this page
Last Updated: 10/12/25, 3:23 PM