make url property of FileUploaderOptions optional
This commit is contained in:
@@ -31,7 +31,7 @@ export interface FileUploaderOptions {
|
||||
maxFileSize?: number;
|
||||
queueLimit?: number;
|
||||
removeAfterUpload?: boolean;
|
||||
url: string;
|
||||
url?: string;
|
||||
disableMultipart?: boolean;
|
||||
itemAlias?: string;
|
||||
authTokenHeader?: string;
|
||||
|
||||
Reference in New Issue
Block a user