new version

This commit is contained in:
2019-08-23 16:57:45 +02:00
parent dc5edfb4fc
commit f8a06daee7
3 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1,5 @@
import * as plugins from './typedrequest-interfaces.plugins';
export interface ITypedRequest {
method: string;
request: object;
response: object;
}
}