import { type InsertBuilder } from "https://deno.land/x/pasta@0.0.4/src/database/typed-statement-builder.ts";
Type Parameters
T extends TableName
definition: ReturningBuilder<T> & { associate: (associationMap: AssociationsOf<T>) => InsertBuilder<T>; }