FileDownloadProgressEvent: FileDownloadEvent & {
    state: "progressing" | "interrupted";
    type: "file-download-progress";
}

Generated using TypeDoc