Skip to main content
Go to Latest
type alias Constraint
import { type Constraint } from "https://deno.land/x/dbx@0.4.1/mod.ts";
definition: string | { name?: string; check: string; enforced?: boolean; comment?: string; }