mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
export = TwoColumnBrowseResults;
|
|
declare class TwoColumnBrowseResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
tabs: any;
|
|
secondary_contents: any;
|
|
}
|