sidebar_label: DownloadPolicy
DownloadPolicy type
Signature
export
type
DownloadPolicy =
'deny'
|
'allow'
|
'allowAndName'
|
'default'
;