feat(typedrouter): add middleware support to TypedRouter and export middleware type
This commit is contained in:
@@ -26,7 +26,7 @@ export interface ITypedTargetConstructorOptions {
|
||||
/**
|
||||
* this typedrouter allows us to have easy async request response cycles
|
||||
*/
|
||||
typedRouterRef?: TypedRouter;
|
||||
typedRouterRef?: TypedRouter<any>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user