mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-24 20:18:51 -06:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
export default interface DownloadProgress {
|
|
progress: number
|
|
name: string
|
|
songName: string
|
|
}
|