Namespaces
Enumerations
Classes
Interfaces
interface DownloadRequest { completed: (image: any, key: string) => void; error: (key: string) => void; key: string; url: string; }
completed?: (image: any, key: string) => void
error?: (key: string) => void
key: string
url: string