mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
fixed lint errors
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
* more details:
|
||||
* https://github.com/Microsoft/TypeScript/issues/204#issuecomment-257722306
|
||||
*/
|
||||
export type GenericConstructor<T> = { new (...args: any[]): T };
|
||||
/* tslint:disable:interface-over-type-literal */
|
||||
export type GenericConstructor<T> = { new(...args: any[]): T };
|
||||
/* tslint:enable:interface-over-type-literal */
|
||||
|
Reference in New Issue
Block a user