FEAT: refactor code

This commit is contained in:
valere
2024-10-24 18:31:15 +02:00
parent 21d4143e01
commit 2de75840d2
4 changed files with 26 additions and 21 deletions

View File

@@ -4,6 +4,7 @@ export interface Compilation {
name: string
duration: number
tracks?: Track[]
description: string
}
export interface Artist {