clean type

This commit is contained in:
valere
2025-12-22 09:46:38 +01:00
parent 55cae0b9c6
commit 5948b4efbd

View File

@@ -46,14 +46,7 @@ export interface Track {
link?: string
type: BoxType
year?: number
}
export interface Playlist {
id: number
date: Date
title: string
url: string
filename: string
color: string
}
export type BoxState = 'box-hidden' | 'box-list' | 'box-selected'