server: Fix build errors after updating to latest TypeScript

This commit is contained in:
Elian Doran
2024-07-16 21:43:04 +03:00
parent 9fdb7b29de
commit c0b3c8496e
12 changed files with 17 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ import { ParsedQs } from 'qs';
import { NoteParams } from '../services/note-interface';
import BNote = require('../becca/entities/bnote');
import { SearchParams } from '../services/search/services/types';
import { ValidatorMap } from './etapi-interface';
function register(router: Router) {
eu.route(router, 'get', '/etapi/notes', (req, res, next) => {