import { type kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { InsertQueryNodeProps } = kysely;
definition: Omit<InsertQueryNode, "kind" | "into">
x/kysely_postgrs_js_dialect/mod.ts>kysely.InsertQueryNodeProps
import { type kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { InsertQueryNodeProps } = kysely;