mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 18:58:57 +00:00
Reverted changes for AddFileOptions
This commit is contained in:
parent
9b0735d2c6
commit
00db753dbd
1 changed files with 1 additions and 3 deletions
4
packages/@uppy/core/types/index.d.ts
vendored
4
packages/@uppy/core/types/index.d.ts
vendored
|
|
@ -40,9 +40,7 @@ export interface FailedUppyFile<TMeta extends IndexedObject<any> = {}> extends U
|
|||
}
|
||||
|
||||
export interface AddFileOptions extends Partial<UppyFile> {
|
||||
// `data` `name` and `type` are the only required properties here.
|
||||
name: string;
|
||||
type: string;
|
||||
// `.data` is the only required property here.
|
||||
data: Blob | File;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue