/** * Database schema types generated from PostgreSQL schema * * @module @reviq/db-schema */ // Re-export DB as Database for convenience export type { DB as Database } from "./types.js"; export * from "./types.js";