From 5948b4efbd1039b60be50aa62ee9d2aacb521d83 Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 22 Dec 2025 09:46:38 +0100 Subject: [PATCH] clean type --- types/types.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/types/types.ts b/types/types.ts index 30970d1..4d24fbd 100644 --- a/types/types.ts +++ b/types/types.ts @@ -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'