diff --git a/types/angular-file-upload/index.d.ts b/types/angular-file-upload/index.d.ts index 8e02b04742..ee1982123a 100644 --- a/types/angular-file-upload/index.d.ts +++ b/types/angular-file-upload/index.d.ts @@ -48,7 +48,7 @@ export interface FileUploaderOptions { method: string; /** * Filters to be applied to the files before adding them to the queue. If the filter returns true the file will be added to the queue - * @default [] + * @default [folderFilter, queueLimitFilter] */ filters: Filter[]; /**