mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
export = TwoColumnWatchNextResults;
|
|
declare class TwoColumnWatchNextResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
results: any;
|
|
secondary_results: any;
|
|
conversation_bar: any;
|
|
}
|