From 23dc059bdfa9be667be978264b6c34fc6d38a89d Mon Sep 17 00:00:00 2001 From: zoto_ff <142039751+zoto-ff@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:31:09 +0300 Subject: [PATCH] export type --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 81bf4f2..9dcce5f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -169,4 +169,4 @@ export const swagger = } export default swagger -export { ElysiaSwaggerConfig } +export type { ElysiaSwaggerConfig }