DownloadCacheStatus
Represents the status of a cached download file.
ready
indicates that the file has up-to-date dataready_unknown
indicates that we don't know if the file is up-to-datestale
indicates that the file is out-of-date
"ready" | "ready_unknown" | "stale"
Type alias defined in common/src/downloads/types.ts:166