chore: fixing api--report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-06-19 18:45:24 +02:00
parent a63c4b699a
commit 138a01db54
+1 -2
View File
@@ -208,8 +208,7 @@ export const loggerServiceFactory: () => ServiceFactory<
export class MiddlewareFactory {
compression(): RequestHandler;
cors(): RequestHandler;
// Warning: (ae-forgotten-export) The symbol "MiddlewareFactory_2" needs to be exported by the entry point index.d.ts
static create(options: MiddlewareFactoryOptions): MiddlewareFactory_2;
static create(options: MiddlewareFactoryOptions): MiddlewareFactory;
error(options?: MiddlewareFactoryErrorOptions): ErrorRequestHandler;
helmet(): RequestHandler;
logging(): RequestHandler;