TS2322: Type '({ req, res, }: CreateExpressContextOptions) => Promise<{ req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>; res: Response<...>; }>' is not assignable to type 'NodeHTTPCreateContextFn<CreateRouterInner<RootConfig<{ ctx: { req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>; res: Response<any, Record<string, any>>; }; meta: object; errorShape: { ...; }; transformer
TS2322: Type '({ req, res, }: CreateExpressContextOptions) => Promise<{ req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>; res: Response<...>; }>' is not assignable to type 'NodeHTTPCreateContextFn<CreateRouterInner<RootConfig<{ ctx: { req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>; res: Response<any, Record<string, any>>; }; meta: object; errorShape: { ...; }; transformer