From 935195b0e18efa084ced744c6157e5d60b783d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BRAMILLE=20S=C3=A9bastien?= <2752200+oktapodia@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:31:53 +0000 Subject: [PATCH] Exporting Plugin type --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 058ab5cb..56c52767 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ export * from './factory'; export * from './handlers'; -export type { Filter, Options, RequestHandler } from './types'; +export type { Plugin, Filter, Options, RequestHandler } from './types'; /** * Default plugins