mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
Merge branch 'chroe/autoProceed-false-default' of https://github.com/transloadit/uppy into chroe/autoProceed-false-default
This commit is contained in:
commit
9306f6d852
1 changed files with 1 additions and 1 deletions
2
packages/@uppy/core/types/index.d.ts
vendored
2
packages/@uppy/core/types/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue