Added playlist
This commit is contained in:
Vendored
+6
@@ -18,3 +18,9 @@ export declare class PlayingSong extends QueuedSong {
|
||||
position: number;
|
||||
constructor(type: SongType, title: string, songId: string, image: string, listener: string, length: number, position: number);
|
||||
}
|
||||
export declare class Playlist {
|
||||
title: string;
|
||||
listener: string;
|
||||
songs: Song[];
|
||||
constructor(title: string, listener: string, songs: Song[]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user