Reverted changes for AddFileOptions

This commit is contained in:
Dirk-Jan Wassink 2018-08-21 08:58:39 +02:00
parent 9b0735d2c6
commit 00db753dbd

View file

@ -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;
}