type alias MxNAssociationimport { type MxNAssociation } from "https://deno.land/x/pasta@0.0.4/src/database/schema.ts"; definition: { kind: "MxN"; table: TableName; associativeTable: TableName; fks: Record<string, [string, string]>; }