update
This commit is contained in:
6
app/types/album.ts
Normal file
6
app/types/album.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface Album {
|
||||
id: number;
|
||||
name: string;
|
||||
path: string;
|
||||
uri: string;
|
||||
}
|
Reference in New Issue
Block a user