mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
export = TwoColumnWatchNextResults;
|
|
declare class TwoColumnWatchNextResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
get results(): any;
|
|
get secondary_results(): any;
|
|
#private;
|
|
}
|