| 9 | } |
| 10 | |
| 11 | export interface DownloadProgress { |
| 12 | bytesPerSecond: number |
| 13 | percent: number |
| 14 | transferred: number |
| 15 | total: number |
| 16 | } |
| 17 | |
| 18 | export interface UpdateState { |
| 19 | // 基本状态 |
nothing calls this directly
no outgoing calls
no test coverage detected