UNPKG

@riao/dbal

Version:
5 lines (4 loc) 141 B
import { SchemaTableWithColumns } from './schema-table'; export interface Schema { tables: Record<string, SchemaTableWithColumns>; }