mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
Finished patch support
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { RestRequestMethod } from '../app/core/data/request.models';
|
||||
import { RestRequestMethod } from '../app/core/data//rest-request-method';
|
||||
|
||||
/* enum indices */
|
||||
type TimePerMethod = {
|
||||
[method in RestRequestMethod]: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user