mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
8 lines
176 B
TypeScript
8 lines
176 B
TypeScript
export = TwoColumnSearchResults;
|
|
declare class TwoColumnSearchResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
primary_contents: any;
|
|
secondary_contents: any;
|
|
}
|