From eddaf62eaa1189a5cf199dbc9734b78e37c38e80 Mon Sep 17 00:00:00 2001 From: zoto_ff <142039751+zoto-ff@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:28:39 +0300 Subject: [PATCH 1/2] export ElysiaSwaggerConfig --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ea13308..81bf4f2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -169,3 +169,4 @@ export const swagger = } export default swagger +export { ElysiaSwaggerConfig } 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 2/2] 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 }