type alias Schemaimport { type Schema } from "https://deno.land/x/pg_mem@3.0.3/interfaces.ts"; definition: { name: string; fields: SchemaField[]; constraints?: TableConstraint[]; }