clean type
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user