mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 09:55:18 +00:00
9 lines
190 B
TypeScript
9 lines
190 B
TypeScript
export = TwoColumnBrowseResults;
|
|
declare class TwoColumnBrowseResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
get tabs(): any;
|
|
get secondary_contents(): any;
|
|
#private;
|
|
}
|