clean type
This commit is contained in:
@@ -46,14 +46,7 @@ export interface Track {
|
|||||||
link?: string
|
link?: string
|
||||||
type: BoxType
|
type: BoxType
|
||||||
year?: number
|
year?: number
|
||||||
}
|
color: string
|
||||||
|
|
||||||
export interface Playlist {
|
|
||||||
id: number
|
|
||||||
date: Date
|
|
||||||
title: string
|
|
||||||
url: string
|
|
||||||
filename: string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type BoxState = 'box-hidden' | 'box-list' | 'box-selected'
|
export type BoxState = 'box-hidden' | 'box-list' | 'box-selected'
|
||||||
|
|||||||
Reference in New Issue
Block a user