fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-06 15:50:12 +00:00
parent f7bf366962
commit 34face164f

View File

@ -30,6 +30,11 @@ export class TypedRequest<T extends plugins.typedRequestInterfaces.ITypedRequest
// STATIC
constructor(postEndPointArg: string | IPostMethod, methodArg: T['method']);
constructor(
postEndPointArg: string | IPostMethodWithTypedRouter,
methodArg: T['method'],
typedrouterRefArg: TypedRouter
);
constructor(
postEndPointArg: string | IPostMethodWithTypedRouter,
methodArg: T['method'],