From 9aa0ff99b26a665aa583318c791556be258f0dad Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Sun, 25 Aug 2024 14:43:05 +0800 Subject: [PATCH] feat(mwcp): expose type DbConfig --- packages/mwcp-pgmq-js/src/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mwcp-pgmq-js/src/lib/index.ts b/packages/mwcp-pgmq-js/src/lib/index.ts index 6694e94..288cc39 100644 --- a/packages/mwcp-pgmq-js/src/lib/index.ts +++ b/packages/mwcp-pgmq-js/src/lib/index.ts @@ -8,6 +8,7 @@ export * from './mq.server/server.js' export { type Config as PgmqConfig, type PgmqSourceConfig, + type DbConfig, ConfigKey as PgmqConfigKey, } from './types.js'