mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
[client] minor refactors
This commit is contained in:
+8
-1
@@ -1,3 +1,5 @@
|
||||
import { NotifType } from "./stores/enums";
|
||||
|
||||
interface Track {
|
||||
trackid: string;
|
||||
title: string;
|
||||
@@ -52,4 +54,9 @@ interface Playlist {
|
||||
image?: string;
|
||||
}
|
||||
|
||||
export { Track, Folder, AlbumInfo, Artist, Option, Playlist };
|
||||
interface Notif {
|
||||
text: string;
|
||||
type: NotifType;
|
||||
}
|
||||
|
||||
export { Track, Folder, AlbumInfo, Artist, Option, Playlist, Notif };
|
||||
|
||||
Reference in New Issue
Block a user