mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export = TabbedSearchResults;
|
|
declare class TabbedSearchResults {
|
|
constructor(data: any);
|
|
type: string;
|
|
tabs: any;
|
|
}
|