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