Prepare for 0.90.9-beta #25
Annotations
10 errors
Run electron-forge:
src/routes/routes.ts#L120
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { branches: { branchId: string | undefined; noteId: string; parentNoteId: string; notePosition: number; prefix: string | null; isExpanded: boolean; }[]; notes: { ...; }[]; attributes: { ...; }[]; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L121
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { branches: { branchId: string | undefined; noteId: string; parentNoteId: string; notePosition: number; prefix: string | null; isExpanded: boolean; }[]; notes: { ...; }[]; attributes: { ...; }[]; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L123
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => BNote' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L124
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { blobId: string | undefined; content: string | Buffer | null; contentLength: number; dateModified: string | undefined; utcDateModified: string | undefined; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L125
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { dateCreated: string | undefined; utcDateCreated: string; dateModified: string | undefined; utcDateModified: string | undefined; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L130
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { note: BNote; branch: BBranch; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L134
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => BNote' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L135
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => { note: BNote; branch: BBranch; }' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L136
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => CloneResponse' is not assignable to parameter of type 'Handler'.
|
Run electron-forge:
src/routes/routes.ts#L137
Argument of type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => ValidationResponse | { ...; } | { ...; } | undefined' is not assignable to parameter of type 'Handler'.
|
Loading