Fixed Joi v2

This commit is contained in:
Felix Kaspar
2023-11-21 14:57:58 +01:00
parent b9b7f0d5ea
commit c45e6c43f2
5 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import * as Joi from 'joi';
import Joi from 'joi';
import { PDFPage } from 'pdf-lib';
import { PdfFile, RepresentationType, PdfFileSchema } from '../wrappers/PdfFile';