Skip to content

DownloadStatus

type DownloadStatus = "queued" | "already_installed" | "not_available" | "not_permitted";

Defined in: domains/presentation.ts:7