DownloadCacheStatus

Type alias

Represents the status of a cached download file.

  • ready indicates that the file has up-to-date data
  • ready_unknown indicates that we don't know if the file is up-to-date
  • stale indicates that the file is out-of-date
Value(s):
"ready" | "ready_unknown" | "stale"

Type alias defined in common/src/downloads/types.ts:166