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'