Skip to main content
Version: Next

DownloadPolicy type

Signature

export type DownloadPolicy = 'deny' | 'allow' | 'allowAndName' | 'default';