import { FileFilter } from '../source/fileFilter.core'; export interface TransferOptions { url?: string; alias?: string; headers?: Object; filters?: FileFilter[]; formData?: Object[]; autoUpload?: boolean; method?: string; removeBySuccess?: boolean; queueLimit?: number; enableCors?: boolean; withCredentials?: boolean; uniqueFiles?: boolean; }