mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
🔷 some refactors
This commit is contained in:
+3
-2
@@ -52,10 +52,11 @@ interface Playlist {
|
||||
playlistid: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
image?: string;
|
||||
image?: string | FormData;
|
||||
tracks?: Track[];
|
||||
count?: number;
|
||||
lastUpdated?: number;
|
||||
lastUpdated?: string;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
interface Notif {
|
||||
|
||||
Reference in New Issue
Block a user