journal-rest-api
journal-rest-api copied to clipboard
[ Error ] The last overload gave the following error.
Hello thank you very much for your example, but I have this errors when I 'npn run serve'
Do you any idea ?
src/index.ts:11:21 - error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '(req: Request, res: Response) => Promise<void>' is not assignable to parameter of type 'Application<Record<string, any>>'.
Type '(req: Request, res: Response<any>) => Promise<void>' is missing the following properties from type 'Application<Record<string, any>>': init, defaultConfiguration, engine, set, and 61 more.
11 app.get('/entries', getAllEntries);
~~~~~~~~~~~~~