shared/database/types.ts (
2
lines of code) (
raw
):
import postgres from "postgres"; export type Sql = postgres.Sql<Record<string, unknown>>;