© 2026 Hedgehog Software, LLC
declare const operators: { sql: typeof sql; eq: typeof eq; and: typeof and; or: typeof or; };
.findMany({ where: (table, operators) => (), with: { project: true } });