fix(core): update

This commit is contained in:
2023-07-26 14:17:11 +02:00
parent 4cd4431565
commit aa8fb165eb
11 changed files with 1934 additions and 1229 deletions

View File

@@ -2,7 +2,7 @@ import * as plugins from './smartpdf.plugins.js';
import * as paths from './smartpdf.paths.js';
import { Server } from 'http';
import { PdfCandidate } from './smartpdf.classes.pdfcandidate.js';
import { IPdf } from '@tsclass/tsclass/dist_ts/business/pdf.js';
import { type IPdf } from '@tsclass/tsclass/dist_ts/business/pdf.js';
declare const document: any;