feat: adjust generation of route documentation

Fixes #12
This commit is contained in:
Karl-Philipp Wulfert
2019-02-26 16:16:26 +01:00
parent 1dbb59b9d7
commit d3ce936626
2 changed files with 16 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ export interface RouteWithMetaInformation {
* Instance of the route
*/
route: {
errorNames: string[];
errorNames: Error[];
method: string;
obligatoryParameters: {
[k: string]: string;