mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
stopOnFirstInvalidFile should be optional (#13800)
This commit is contained in:
2
fine-uploader/index.d.ts
vendored
2
fine-uploader/index.d.ts
vendored
@@ -154,7 +154,7 @@ declare namespace qq {
|
||||
itemLimit?: number; // default: 0
|
||||
minSizeLimit?: number; // default: 0
|
||||
sizeLimit?: number; // default: 0
|
||||
stopOnFirstInvalidFile: boolean; // default: true
|
||||
stopOnFirstInvalidFile?: boolean; // default: true
|
||||
image?: ValidationImageOptions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user