Added playlist
This commit is contained in:
Vendored
+5
@@ -24,3 +24,8 @@ export declare class Playlist {
|
||||
songs: Song[];
|
||||
constructor(title: string, listener: string, songs: Song[]);
|
||||
}
|
||||
export declare class PlaylistDescription {
|
||||
title: string;
|
||||
listener: string;
|
||||
constructor(title: string, listener: string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user