Downloads restarted from home page now persist after restarting rather than disappearing
parent
07a0ea6d18
commit
0bdac15ef1
@ -0,0 +1,9 @@
|
|||||||
|
/* istanbul ignore file */
|
||||||
|
/* tslint:disable */
|
||||||
|
/* eslint-disable */
|
||||||
|
|
||||||
|
import type { SuccessObject } from './SuccessObject';
|
||||||
|
|
||||||
|
export type RestartDownloadResponse = (SuccessObject & {
|
||||||
|
new_download_uid?: string;
|
||||||
|
});
|
Loading…
Reference in New Issue