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