Use named arguments with download file

This commit is contained in:
Tiger Oakes
2020-09-26 14:50:10 -07:00
parent 1112548246
commit d1311d00ea
8 changed files with 42 additions and 20 deletions

View File

@@ -11,10 +11,12 @@ export interface DownloadFileRequest {
outputName?: string;
fullPathProvided?: boolean;
uuid?: string;
uid?: string;
id?: string;
/**
* Only used for subscriptions
*/
subscriptionName?: boolean;
subscriptionName?: string;
/**
* Only used for subscriptions
*/