More stuff
This commit is contained in:
Vendored
+2
-2
@@ -7,10 +7,10 @@ export declare class Song {
|
||||
title: string;
|
||||
songId: string;
|
||||
image: string;
|
||||
length: number;
|
||||
constructor(type: SongType, title: string, songId: string, image: string, length: number);
|
||||
constructor(type: SongType, title: string, songId: string, image: string);
|
||||
}
|
||||
export declare class PlayingSong extends Song {
|
||||
length: number;
|
||||
position: number;
|
||||
constructor(type: SongType, title: string, songId: string, image: string, length: number, position: number);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user