This commit is contained in:
@@ -5,8 +5,9 @@ export interface Compilation {
|
||||
duration: number
|
||||
tracks?: Track[]
|
||||
description: string
|
||||
colorFrom: string
|
||||
colorTo: string
|
||||
color2: string
|
||||
color1: string
|
||||
color3: string
|
||||
}
|
||||
|
||||
export interface Artist {
|
||||
@@ -26,3 +27,15 @@ export interface Track {
|
||||
link: string
|
||||
coverId: string
|
||||
}
|
||||
|
||||
export interface BoxPosition {
|
||||
x: number
|
||||
y: number
|
||||
z: number
|
||||
}
|
||||
|
||||
export interface BoxSize {
|
||||
h: number
|
||||
w: number
|
||||
d: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user