🔷 some refactors

This commit is contained in:
geoffrey45
2022-04-08 06:48:39 +03:00
parent b61a0a7eeb
commit 6cd982c8ee
9 changed files with 66 additions and 69 deletions
+3 -2
View File
@@ -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 {