mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
export { createDbClient } from './client'
|
|
export type { DbSessionContext } from './client'
|
|
export * as schema from './schema'
|