First commit
This commit is contained in:
commit
5daf2dc6b9
17 changed files with 5649 additions and 0 deletions
10
src/utils/types.ts
Normal file
10
src/utils/types.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export interface AlbumRow {
|
||||
name: string
|
||||
url: string
|
||||
}
|
||||
|
||||
export interface TrackRow {
|
||||
name: string
|
||||
url: string
|
||||
format: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue