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