Finished patch support

This commit is contained in:
lotte
2018-09-19 15:32:14 +02:00
parent e959542e2d
commit c6f55e424b
14 changed files with 61 additions and 58 deletions

View File

@@ -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;
};