UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

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