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