FileDownloadStartedEvent: FileDownloadEvent & {
    state: "started";
    type: "file-download-started";
}

Generated using TypeDoc