Skip to content

DownloadResult

type DownloadResult = WithStatusBooleans<{
status: DownloadStatus;
}>;

Defined in: domains/presentation.ts:11