Skip to main content
Go to Latest
type alias Where
import { type Where } from "https://deno.land/x/dbx@0.5.0/mod.ts";
definition:
| Condition<T>
| AndClause<T>
| OrClause<T>
| { $sql: string; }