initiation librodrome
This commit is contained in:
10
app/types/song.ts
Normal file
10
app/types/song.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Song {
|
||||
id: string
|
||||
title: string
|
||||
artist: string
|
||||
file: string
|
||||
duration: number // seconds
|
||||
coverImage?: string
|
||||
lyrics?: string
|
||||
tags: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user