download refactor

This commit is contained in:
Jan Prochazka
2020-11-29 21:20:27 +01:00
parent 6d7e7f97c7
commit 7e3555d84a
5 changed files with 26 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import { EngineDriver } from "./engines";
import { EngineDriver } from './engines';
export interface FileFormatDefinition {
storageType: string;
@@ -7,9 +7,10 @@ export interface FileFormatDefinition {
readerFunc?: string;
writerFunc?: string;
args?: any[];
addFilesToSourceList?: (
addFileToSourceList?: (
file: {
full: string;
fileName: string;
shortName: string;
},
newSources: string[],
newValues: {