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