diff --git a/ts/index.ts b/ts/index.ts index 8e035ca..fff31c0 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,3 +1,4 @@ export * from './typedrequest.classes.typedrequest'; export * from './typedrequest.classes.typedhandler'; export * from './typedrequest.classes.typedrouter'; +export * from './typedrequest.classes.typedresponseerror';