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'