Explorar el Código

Merge branch 'chroe/autoProceed-false-default' of https://github.com/transloadit/uppy into chroe/autoProceed-false-default

Artur Paikin hace 6 años
padre
commit
9306f6d852
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/@uppy/core/types/index.d.ts

+ 1 - 1
packages/@uppy/core/types/index.d.ts

@@ -64,7 +64,7 @@ export interface UppyOptions {
     maxFileSize: number | null,
     maxNumberOfFiles: number | null,
     minNumberOfFiles: number | null,
-    allowedFileTypes: number | null
+    allowedFileTypes: string[] | null
   };
   target: string | Plugin;
   meta: any;