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