# DownloadResult

**Kind**: interface | **Module**: [Windows](https://docs.interop.io/desktop/reference/javascript/windows/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/downloadresult/index.html

Describes the result from downloading a file.

## Properties

- **`path`** (`string`, required)
  Location of the downloaded file.
- **`size`** (`number`, required)
  Size of the downloaded file.
- **`url`** (`string`, required)
  URL of the download.
