async t<T>(select: Something) { return db.select(select).from(table); } const data: { id: number; }[] = t<{ id: number; }[]>({ id: table.id });
© 2026 Hedgehog Software, LLC