mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-16 02:14:56 +08:00
Add method option to the IFileUploadConfigFile interface
This commit is contained in:
4
types/ng-file-upload/index.d.ts
vendored
4
types/ng-file-upload/index.d.ts
vendored
@@ -268,6 +268,10 @@ declare module 'angular' {
|
||||
* @type {string}
|
||||
*/
|
||||
arrayKey?: string;
|
||||
/**
|
||||
* Add which HTTP method to use: 'POST' or 'PUT'(html5)
|
||||
*/
|
||||
method?: string;
|
||||
/**
|
||||
* Uploaded file size so far on the server
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user