Skip to main content
Version: 23.9.0

DownloadPolicy type

Signature

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