install atropos (demo on /wait)
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
// types.ts
|
||||
export interface Compilation {
|
||||
id: string
|
||||
name: string
|
||||
duration: number
|
||||
tracks?: Track[]
|
||||
description: string
|
||||
}
|
||||
|
||||
export interface Artist {
|
||||
id: number
|
||||
name: string
|
||||
url: string
|
||||
style: Array<number>
|
||||
cover: string
|
||||
}
|
||||
|
||||
export interface Track {
|
||||
id: string
|
||||
compilationId: string
|
||||
title: string
|
||||
artistId: number
|
||||
artist?: Artist
|
||||
start: number
|
||||
link: string
|
||||
cover: string
|
||||
}
|
||||
Reference in New Issue
Block a user