UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

6 lines (3 loc) 164 B
import type { DBSchema, TableSchema as TableSchema0 } from "@cocalc/util/db-schema"; type TableSchema = TableSchema0<any>; export type { DBSchema, TableSchema };