Type alias DownloadRule

DownloadRule: {
    behavior: FileDownloadBehaviorNames;
    match: string[];
}

Type declaration

Generated using TypeDoc