fix(core): update

This commit is contained in:
2023-07-01 17:23:49 +02:00
parent ec4a51668c
commit b0f48ba598
6 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from '../typedserver.plugins.js';
import { Request, Response } from 'express';
import { type Request, type Response } from 'express';
export interface IHandlerFunction {
(requestArg: Request, responseArg: Response): void;