type alias BindParametersimport { type BindParameters } from "https://deno.land/x/sqlite3@0.12.0/mod.ts"; definition: BindValue[] | Record<string, BindValue>