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

@@ -5,6 +5,7 @@ import v = require('./validators');
import utils = require('../services/utils');
import { Router } from 'express';
import { AttachmentRow } from '../becca/entities/rows';
import { ValidatorMap } from './etapi-interface';
function register(router: Router) {
const ALLOWED_PROPERTIES_FOR_CREATE_ATTACHMENT: ValidatorMap = {